@charset "UTF-8";
body {
  text-align: left;
}

p,
span {
  font-weight: inherit;
}

figure {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@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.5;
  overflow: hidden;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  text-align: left;
}
@media screen and (min-width: 767px) {
  body .all-wrapper {
    font-size: 16px;
    min-width: 1100px;
    width: 100%;
  }
}

.all-wrapper {
  position: relative;
}

.all-wrapper a{
    opacity:1;
    transition: 0.2s ease-in-out;
}
.all-wrapper a:hover{
    opacity:0.6;
    transition: 0.2s ease-in-out;
}

/* 
.all-wrapper a:link {
  color: #1e77c9;
  text-decoration: underline;
}

.all-wrapper a:visited {
  color: #1e77c9;
  text-decoration: underline;
}

.all-wrapper a:hover {
  color: #1e77c9;
  text-decoration: underline;
}

.all-wrapper a:active {
  color: #1e77c9;
  text-decoration: underline;
  } */

.all-wrapper img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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;
}

.l-contents, .section {
  padding: 60px 24px;
}
@media screen and (min-width: 767px) {
  .l-contents, .section {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
  }
}

.u-bold {
  font-weight: bold;
}

.u-block {
  display: block;
}

.u-w100 {
  width: 100%;
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-break-word {
  word-break: break-word;
}

.u-caution {
  color: #ff0000;
}

.u-dib {
  display: inline-block;
}

.u-tac {
  text-align: center;
}

.u-fwb {
  font-weight: bold;
}

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.ico {
  /* vertical-align: middle; */
}

.icoBase {
  vertical-align: baseline;
}

.img {
  display: block;
}

.textLink {
  color: #000 !important;
  border-bottom: 1px solid #000;
}
.textLink .ico {
  vertical-align: middle;
}
@media screen and (min-width: 767px) {
  .textLink .ico {
    vertical-align: baseline;
  }
}
.textLink:hover {
 /*  border-bottom: none; */
  text-decoration: none;
}

.section, .l-contents {
  padding: 80px 24px 0;
}
@media screen and (min-width: 767px) {
  .section, .l-contents {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding: 120px 0;
  }
}

.experience__titleWrap {
  padding: 0 24px;
}

.mv__img, .mv {
  display: block;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .mv__img {
    width: min(1366px, 100%);
    min-height:670px;
  }
  
  
  
  
  
}

.section.-experience {
  padding: 80px 0 0;
}
@media screen and (min-width: 767px) {
  .section.-experience {
    max-width: 100%;
    padding-top: 120px;
  }
}
.section__titleWrap {
  margin-bottom: 24px;
}
@media screen and (min-width: 767px) {
  .section__titleWrap {
    margin-bottom: 48px;
    display: flex;
    align-items: flex-end;
  }
}
@media screen and (min-width: 767px) {
  .section__titleImg {
    margin-right: 24px;
    width: 200px;
    height: 57px;
  }
  .section__titleImg.-qa {
    width: 106px;
  }
  .section__titleImg.-experience {
    width: 317px;
    height: 58px;
  }
  .section__titleImg.-about {
    width: 171px;
    height: 58px;
  }
  .section__titleImg.-shop {
    width: 270px;
    height: 58px;
  }
}
.section__subTitle {
  margin-top: 15px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .section__subTitle {
    font-size: 20px;
    line-height: 1;
  }
}
.section__text {
  margin-top: 24px;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .section__text {
    font-size: 20px;
  }
}
.section__note {
  margin-top: 14px;
}
@media screen and (min-width: 767px) {
  .section__note {
    font-size: 14px;
  }
}
.section__shopWrap {
  margin-top: 15px;
}
@media screen and (min-width: 767px) {
  .section__shopWrap {
    margin-top: 30px;
  }
}

.lineup-wrap {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media screen and (min-width: 767px) {
  .lineup-wrap {
    gap: 85px;
  }
}

.lineup:first-of-type {
  padding-top: 48px;
}
.lineup__heading {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 767px) {
  .lineup__heading {
    margin-bottom: 40px;
  }
}
.lineup__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 767px) {
  .lineup__list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
  }
}
.lineup__item {
  position: relative;
}
@media screen and (min-width: 767px) {
  .lineup__item {
    width: 300px;
  }
}
.lineup__img {
  display: block;
  margin: auto;
  max-height: 190px;
    /* border:1px solid #ccc; */
}
@media screen and (min-width: 767px) {
  .lineup__img {
    height: 200px;
  }
}
.lineup__title {
  margin-top: 20px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .lineup__title {
    font-size: 20px;
  }
}
.lineup__description {
  font-size: 14px;
  padding: 8px 0 0 0;
}
@media screen and (min-width: 767px) {
  .lineup__description {
    min-height: 4em;
  }
}
.lineup__price {
  color: #888;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .lineup__price {
    margin-top: 0.5em;
  }
}
.lineup__tax {
  font-size: 12px;
  font-weight: normal;
}
.lineup__details {
  position: relative;
}

.tag {
  padding: 0 3px;
  display: inline-block;
  background: #F0F0F0;
  color: #000;
  text-align: center;
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .tag {
    font-size: 12px;
  }
}

.lineup-details__summary {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .lineup-details__summary {
    font-size: 14px;
  }
}
.lineup-details__summary::after {
  content: "";
  display: inline-block;
  background: url("../_images/Icon_plus.svg") no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
}
.lineup-details__list {
  padding-top: 22px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .lineup-details__list {
    font-size: 14px;
  }
}
.lineup-details__title {
  width: 50%;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 767px) {
  .lineup-details__title {
    width: 44%;
  }
}
.lineup-details__title::after {
  margin: 0 6px;
  content: ":";
}
.lineup-details__detail {
  width: 48%;
  word-break: initial;
}

.lineup-details[open] .lineup-details__summary {
  align-items: center;
  position: absolute;
  top: 6px;
  right: 0;
  height: 16px;
}
.lineup-details[open] .lineup-details__summary::after {
  background: url("../_images/Icon_minus.svg") no-repeat;
  background-size: contain;
}

.bnr {
  margin: 32px 24px 0;
}
.bnr .img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 767px) {
  .experience {
    margin: auto;
  }
}
.experience__titleWrap {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 960px;
}
.experience__listWrap {
  margin-top: -93px;
  padding: 114px 0 80px;
  background: #3dafbe;
  -webkit-clip-path: polygon(0 75px, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 75px, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (min-width: 767px) {
  .experience__listWrap {
    padding: 192px 0 108px;
    -webkit-clip-path: polygon(0 108px, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 108px, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (min-width: 767px) {
  .experience__list {
    margin: auto;
    width: min(1366px, 100%);
    display: flex;
    flex-direction: column;
    gap: 80px;
  }
}
@media screen and (min-width: 767px) {
  .experience__item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: auto;
    width: min(1163px, 100%);
  }
}
.experience__item:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .experience__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .experience__item:nth-child(even) {
    flex-direction: row;
    margin: 0 auto 0 0;
  }
}
.experience__img {
  display: block;
  margin: auto;
  width: 100%;
}
@media screen and (min-width: 767px) {
  .experience__img {
    width: min(782px, 60%);
  }
}
.experience__text {
  padding-top: 16px;
  margin: 0 24px;
  color: #fff;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .experience__text {
    font-size: 20px;
  }
}

.box {
  padding: 24px;
  background: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 767px) {
  .box {
    padding: 40px;
  }
}
.box:not(:first-child) {
  margin-top: 24px;
}
@media screen and (min-width: 767px) {
  .box.-standards {
    display: flex;
    gap: 32px;
  }
}
.box__title {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 767px) {
  .box__title {
    font-size: 20px;
  }
}
.box__title.-center {
  text-align: center;
  border-bottom: none;
}
.box__text {
  margin-top: 13px;
}
.box__img {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (min-width: 767px) {
  .box__img.-standards {
    width: 323px;
    height: 363px;
    flex: 1;
    margin: 0;
  }
}
@media screen and (min-width: 767px) {
  .box__wrap {
    flex: 1;
  }
}
.box__list {
  margin-top: 20px;
}
@media screen and (min-width: 767px) {
  .box__list {
    display: flex;
    gap: 20px;
  }
}
@media screen and (min-width: 767px) {
  .box__list.-standards {
    flex-direction: row;
    flex-wrap: wrap;
    flex-direction: column;
    height: 143px;
    gap: 0;
    font-size: 14px;
  }
}
.box__item {
  font-size: 16px;
}
.box__item:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 767px) {
  .box__item:not(:first-child) {
    margin-top: 0;
  }
}
@media screen and (min-width: 767px) {
  .box__item {
    width: 33.3333333333%;
  }
}
.box__note {
  font-size: 12px;
}

.cautionBox {
  margin-top: 30px;
  border-radius: 10px;
  border: 3px solid #f86d00;
}
.cautionBox__title {
  padding: 11px;
  background: #f86d00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.cautionBox__title {
  font-size: 16px;
}
.cautionBox__inner {
  padding: 20px;
}
.cautionBox__text {
  font-size: 16px;
}
.cautionBox__img {
  display: block;
  margin: 20px auto 0;
}
@media screen and (min-width: 767px) {
  .cautionBox__img {
    margin: 16px 0 0;
  }
}

.about {
  background: #f0f0f0;
  padding-bottom: 80px;
}
@media screen and (min-width: 767px) {
  .about {
    max-width: inherit;
  }
}
@media screen and (min-width: 767px) {
  .about__inner {
    width: 960px;
    margin: auto;
  }
}
.about__title {
  margin-top: 48px;
  font-size: 18px;
  font-weight: bold;
}
.about__list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 0;
}
.about__item {
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .about__item {
    width: 16.6666666667%;
  }
}
.about__img {
  margin-bottom: 12px;
}
.about__note {
  margin-top: 40px;
  font-size: 12px;
}
.about__note.-fz14 {
  font-size: 14px;
}

.kome {
  font-size: 12px;
}

.komeSmall {
  font-size: 10px;
}

/* .faq {
  padding-bottom: 180px;
} */
.faq__details {
  border-bottom: 1px solid #000;
}
.faq__question {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
}
.faq__question::after {
  content: "";
  display: inline-block;
  background: url(../_images/Icon_plus.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.faq__question .q {
  display: inline-block;
  margin-right: 8px;
}
.faq__answer {
  display: flex;
}
.faq__answer .a {
  display: inline-block;
  margin-right: 8px;
}
.faq__para:not(:first-child) {
  margin-top: 16px;
}
.faq__note {
  margin-top: 16px;
  font-size: 12px;
}

.details {
  border-bottom: 1px solid #000;
}
.details__item {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .details__item {
    font-size: 20px;
  }
}
.details__item.-fwn {
  font-weight: normal;
}
.details__item::after {
  content: "";
  display: inline-block;
  background: url(../_images/Icon_plus.svg) no-repeat;
  width: 15px;
  height: 15px;
  background-size: contain;
}
@media screen and (min-width: 767px) {
  .details__item::after {
    width: 25px;
    height: 25px;
  }
}
.details__item .q {
  display: block;
  margin-right: 8px;
  flex-basis: 21px;
}
.details__item .text {
  flex-basis: 88%;
}
.details__itemText {
  display: flex;
  flex-basis: 91%;
}
.details__content {
  padding: 20px 15px 20px 0;
  display: flex;
  font-size: 16px;
}
@media screen and (min-width: 767px) {
  .details__content {
    font-size: 20px;
  }
}
.details__content .a {
  display: inline-block;
  margin-right: 10px;
  flex-basis: 15px;
}
.details__content .text {
  flex-basis: 88%;
}
.details__content.-shop {
  padding: 20px 0;
}
.details__note {
  margin-top: 10px;
  font-size: 12px;
}

.details[open] .details__item::after {
  content: "";
  background: url(../_images/Icon_minus.svg) no-repeat;
  background-size: contain;
}

@media screen and (min-width: 767px) {
  .shopList {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
}
@media screen and (min-width: 767px) {
  .shopList__item {
    width: 299px;
    font-size: 14px;
  }
}
.shopList__item:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 767px) {
  .shopList__item:not(:first-child) {
    margin-top: 0;
  }
}

.shopList__subscription {
  color: #FF6E00;
  border: 1px solid #FF6E00;
  font-size: 13px;
  line-height: 19px;
  width: fit-content;
  padding: 0 7px;
  margin-bottom: 6px;
}

.shopList__name {
  margin-bottom: 10px;
  font-size: 16px;
}
.shopList__name .textLink {
  font-weight: bold;
}
.shopList__telText {
  margin-top: 10px;
}
.shopList__tel {
  color: #000 !important;
  margin-right: 6px;
}
.shopList__typeText {
  margin: 10px 0;
}
@media screen and (min-width: 767px) {
  .shopList__typeText {
    font-size: 12px;
  }
}
.shopList__tagList {
  display: flex;
  gap: 8px;
}

.news {
  padding: 80px 18px 0;
}
@media screen and (min-width: 767px) {
  .news {
    text-align: center;
  }
}
.news__title {
  /* margin-bottom: 20px; */
  font-size: 18px;
  font-weight: bold;
  width: 327px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 767px) {
  .news__title {
    font-size: 20px;
    width: auto;
  }
}
.news__wrap {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .news__wrap {
    margin: auto;
    background: #f0f0f0;
    width: 960px;
  }
}
.news__facebook {
  margin: auto;
  width: 327px !important;
  height: 384px !important;
}
@media screen and (min-width: 767px) {
  .news__facebook {
    width: 500px !important;
    height: 587px !important;
  }
}

.facebookWrap {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 767px) {
  .facebookWrap {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */


/****** 2024/07/22 変更分 ******/
.mv {
  position: relative;
}

.mv_cta {
  /* border: 3px solid #3DAFBE;
  background-color: #fff;
  border-radius: 10px; */
  margin: 10px 24px;
  padding: 20px 0 26px;
  position: relative;
}

@media screen and (max-width: 766px) {
  .mv_cta__wrapper {
    display: none;
  }
}

.mv_cta a {
  display: block;
}

.mv_cta a:hover {
  text-decoration: none;
}

.badge_osaka {
  position: absolute;
  width: 74px;
  top: -18px;
  right: -14px;
}

.mv_note {
  text-align: right;
  margin-right: 10%;
  font-size: 11px;
  color: #6F6F6F;
}

.balloon {
  color: #3DAFBE;
  margin-bottom: 2px;
  font-size: 18px;
  text-align: center;
}
.balloon:before,
.balloon:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #3DAFBE;
  width: 1px;
  height: 1.1em;
  margin: 0 0.5em;
  margin-top: -.3em;
  vertical-align: middle;
}
.balloon:before {
  transform: rotate(-20deg);
}
.balloon:after {
  transform: rotate(20deg);
}

.mv_cta_link {
  margin-top: 12px;
  text-align: center;
}
.mv_cta_link p {
  display: inline-block;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  line-height: 1;
}

@media screen and (min-width: 767px) {
  .mv_cta {
    padding: 20px 0;
    padding: 0;
    width: auto;
    position: absolute;
    top: 10%;
  }
  .mv_cta a {
    /* padding: 20px 0; */
  }
  .badge_osaka {
    top: -18px;
    right: 20px;
  }
  .mv_cta h2 {
    font-size: clamp(21px,1.98vw,27px);
  }
  .mv_cta h2 .imp {
    font-size: clamp(30px,2.78vw,38px);
  }
  .balloon {
    font-size: clamp(16px,14.6vw,20px);
  }

  /* ボタン押し込み */
  .pushdown {
    box-shadow: 0px 8px #00000029;
  }
  .pushdown:hover {
    box-shadow: none;
    top: calc(50% + 8px);
  }
}

/* サブスク・レンタル始めました */
.subscriptionAndRental {
  background-color: #3DAFBE1F;
  margin-top: 80px;
  padding: 40px 24px;

}

.subscriptionAndRental__inner {
  max-width: 760px;
  margin: 0 auto;
  background-color: #fff;
  border: 3px solid #3DAFBE;
  border-radius: 10px;
  padding: 50px 24px 40px;
}

.mv_cta h2,
.subscriptionAndRental h2 {
  color: #FF6E00;;
  font-weight: 900;  
  letter-spacing: -0.1em;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 8px;
  position: relative;
}
.subscriptionAndRental h2 {
  font-size: 27px;
}
.subscriptionAndRental h2::before {
  content: "";
  display: block;
  width: 62px;
  height: 72px;
  background-image: url(../_images/mobility_L.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -68px;
  margin-left: -34px;
}
.subscriptionAndRental h2::after {
  content: "";
  display: block;
  width: 62px;
  height: 72px;
  background-image: url(../_images/mobility_R.png);
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -70px;
  margin-right: -36px;
}
h2 .dot {
  letter-spacing: -0.2em;
}
h2 .imp {
  font-size: 37px;
  letter-spacing: -0.12em;
}
.subscriptionAndRental__text__wrapper {
  /* max-width: 470px; */
  width: fit-content;
  margin: 0 auto;
}
.subscriptionAndRental__text {
  font-size: 16px;
}
.subscriptionAndRental__text .sm {
  font-size: 10px;
}
.subscriptionAndRental__text .imp {
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(transparent 70%, #FF6E0080 50%);
}
.subscriptionAndRental__notice {
  font-size: 14px;
}
.subscriptionAndRental_badgeList {
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  display: flex;
  justify-content: space-between;
}
.subscriptionAndRental_badge {
  font-size: 14px;
  font-weight: bold;
  color: #3DAFBE;
  border: 1px solid #3DAFBE;
  width: 48%;
  text-align: center;
  line-height: 2;
}
.subscriptionAndRental_badge img {
  vertical-align: baseline;
  padding-right: 4px;
}

.subscriptionAndRental__btn a {
  display: block;
  margin-top: 32px;
  /* background-color: #FF6E00; */
  border-radius: 37px;
  line-height: 44px;
  /* color: #fff; */
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 370px;
  font-size: 16px;
  position: relative;
  transition: opacity 0.4s;
  
  border: 1px solid #FF6E00;
  color: #FF6E00;
  font-weight: bold;
}
.subscriptionAndRental__btn a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.subscriptionAndRental__btn a::after {
  /* content: url(../_images/window_icon.svg); */
  position: absolute;
  /* top: 2px;
  right: 16px; */

  content: "";
  mask-image: url(../_images/window_icon.svg);
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #FF6E00;

  display: inline-block;
  width: 16px;
  height: 16px;
  top: 14px;
  right: 14px;
}



@media screen and (min-width: 767px) {
  .subscriptionAndRental h2 {
    font-size: 33px;
  }
  h2 .imp {
    font-size: 52px;
    margin-right: 10px;
  }
  .subscriptionAndRental__text {
    font-size: 20px;
  }
  .subscriptionAndRental__text .imp {
    font-size: 20px;
  }
  .subscriptionAndRental_badgeList {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .subscriptionAndRental_badge {
    font-size: 18px;
  }
  .subscriptionAndRental__btn a {
    font-size: 20px;
    line-height: 60px;
  }
  .subscriptionAndRental__btn a::after {
    /* top: 0;
    right: 26px; */
    width: 20px;
    height: 20px;
    top: 20px;
    right: 30px;
  }

  .subscriptionAndRental h2::before {
    content: "";
    display: block;
    width: 177px;
    height: 203px;
    background-image: url(../_images/mobility_L.png);
    background-size: cover;
    position: absolute;
    top: 175px;
    left: 0;
    margin-top: -68px;
    margin-left: -68px;
  }
  .subscriptionAndRental h2::after {
    content: "";
    display: block;
    width: 164px;
    height: 192px;
    background-image: url(../_images/mobility_R.png);
    background-size: cover;
    position: absolute;
    top: 175px;
    right: 0;
    margin-top: -70px;
    margin-right: -64px;
  }
}

/******************** 2024-08-20追記 */
.mv_cta_copy {
  color: #334;
}

.mv_cta_anchor a {
  font-size: 23px;
  color: #FF6E00;
  font-weight: bold;
  background: #fff;
  padding: 0;
  line-height: 53px;
  text-align: center;
  width: 368px;
  margin-bottom: 40px;
  border-radius: 48px;
}

.mv_cta_anchor a::after {
  content: url(../_images/arrow_down_icon.svg);
  position: relative;
  top: 4px;
  margin-left: 4px;
}

.mv_cta_link a {
  border-radius: 57px;
  background: #FF6E00;
  color: #fff;
  font-size: 20px;
  line-height: 80px;
  font-weight: bold;
  margin-top: 20px;
  border: solid 2px #fff;
  position: relative;
}

.mv_cta_link a:hover {
  opacity: 1;
  background: #FF8D3A;
}

.anchor_sp {
  position: absolute;
  bottom: 24%;
  right: 2%;
}

.anchor_sp img {
  width: 28vw;
}


.shopList__telText {
  margin-top: 0;
}

.shopList__item {
  font-size: 14px;
}
.shopList__models {
  background: #F0F0F0;
  margin-top: 6px;
  padding: 5px 8px;
  font-size: 13px;
  line-height: 1.6;
  min-height:4em;
}

/* 追加CTA */
.section.myCta {
  padding-top: 48px;
}
@media screen and (min-width: 767px) {
  .section.myCta {
    padding-bottom: 0;
  }
}
.myCta_copy {
  color: #FF6E00;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.myCta_link {
  max-width: 440px;
  margin: 0 auto;
}

.myCta_link a {
  background-color: #FF6E00;
  color: #FFF;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;

  display: block;
  border-radius: 37px;
  margin-top: 8px;

  position: relative;
}

.myCta_link a::after, .mv_cta_link a::after {
  content: "";
  background: url(../_images/arrow_right_icon.svg);
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 41%;
  right: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.myCta_link a:hover {
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .myCta_copy {
    font-size: 16px;
  }
  .myCta_link a {
    font-size: 20px;
    line-height: 80px;
    border-radius: 67px;
  }
  .myCta_link a::after, .mv_cta_link a::after {
    width: 16px;
    height: 16px;
  }
}

main {
  padding-bottom: 120px;
}

.section.faq {
  padding-bottom: 16px;
}

@media screen and (min-width: 767px) {
  .section.faq {
    padding-bottom: calc(120px - 48px);
  }
}

/* 2024-10-11 背景横幅修正 */
.experience__bg-wrapper {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .mv {
    background-image: url(../_images/bg.svg);
    background-repeat:no-repeat;
    background-size: cover;
    min-height: 680px;
    height: min(50vw, 680px);
    background-position: bottom;
  }
  .mv_cta__wrapper {
    width: min(1200px, 100%);
    margin: 0 auto;
  }
  .mv_img-bike {
    width: 600px;
    margin: 80px 50% 0;
  }

  .hero-copy {
    color: #fff;
    font-weight: bold;
    margin-bottom: 32px;
  }
  .hero-copy_1 {
    display: inline-block;
    font-size: 36px;
      background: linear-gradient(
        transparent 60%,
        #8bcfd8 70%
      );
  }
  .hero-copy_2 {
    font-size: 52px;
  }
  .hero-copy_3 {
    font-size: 80px;
    line-height: 1.1;
  }
  .hero-copy_3 .letter-spacing {
    letter-spacing: -0.1em;
  }
  .hero-copy_4 {
    text-align: right;
  }
  .hero-copy_note {
    font-weight: normal;
    font-size: 14px;  
  }

  .mv_cta_link a  {
    width: 440px;
  }
}

/* 20250421追加 */
#eMobInfo{
    width:100%;
    margin:0;
    padding:56px 0;
    background-color:#1E3A5F;
}
.infoBanner{
    width:960px;
    background-color:#fff;
    border-radius:10px;
    margin:0 auto;
    display:flex;
    align-items: center; 
}
.infoBanner .txs{
    width:50%;
    padding:30px 0 30px 40px;
    box-sizing:border-box;
}
.infoBanner .txs .ttl01{
    font-size:20px;
    font-weight:600;
    color:#1F3A5F;
    margin-bottom:16px;
}
.infoBanner .txs .tx01{
    font-size:16px;
    font-weight:600;
    color:#1F3A5F;
}
.infoBanner .btn01{
    width:50%;
    box-sizing:border-box;
    padding-right:40px;
}
.infoBanner .btn01 a{
    display:block;
    background-color:#1F3A5F;
    font-size:20px;
    font-weight:600;
    color:#fff;
    text-align:center;
    padding:25px 0;
    border-radius:3em;
    text-decoration:none;
    position: relative;
    background-image: url(../_images/arrow_right_icon.svg);
    background-repeat: no-repeat;
    background-position:right 40px center;
    background-size:10px;
}
/* --- 20250521追加 --- */
.emobiZip{
    font-size: 13px;
}
.exLink{
    margin:3px 0 0 0;
}
.exLink a{
    font-size: 14px;
    color:#3DAFBE;
    text-decoration:underline;
    font-weight:600;
}
.buisHour{
    letter-spacing:-0.1px;
    white-space:nowrap;
}
/* --- SP --- */
@media screen and (max-width:767px){
    #eMobInfo{
        padding:10vw 0;
    }
    .infoBanner{
        width:88vw;
        background-color:#fff;
        border-radius:2.6vw;
        margin:0 auto;
        display:block;
    }
    .infoBanner .txs{
        width:100%;
        padding:10vw 0 5vw 6.4vw;
    }
    .infoBanner .txs .ttl01{
        font-size:4.26vw;
        margin-bottom:1em;
    }
    .infoBanner .txs .tx01{
        font-size:3.73vw;
    }
    .infoBanner .btn01{
        width:74.4vw;
        box-sizing:border-box;
        padding:0 0 10vw 0;
        margin:0 auto;
    }
    .infoBanner .btn01 a{
        font-size:4.27vw;
        padding:4.7vw 0;
        border-radius:3em;
        background-position:right 7.7vw center;
        background-size:2.1vw;
    }
    /* --- 20250521追加 --- */
    .emobiZip{
        font-size: 3.5vw;
    }
    .exLink{
        margin:3px 0 0 0;
    }
    .exLink a{
        font-size: 3.7 vw;
        text-decoration:underline;
        font-weight:600;
    }
    .buisHour{
        letter-spacing:normal;
    }
}/* SP */
