@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*---------------------------------
 共通
---------------------------------*/
html {
  font-feature-settings: "pkna"1;
  font-size: 100%;
}
body {
  line-height: 1.5;
  color: #333;
  width: 100%;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
}
body#popup .btn_close {
  display: none;
}
main {
  min-width: 980px;
  max-width: 1440px;
  margin: 0 auto;
}
a {
  text-decoration: underline;
  color: #ea5c7f;
}
a:hover {
  text-decoration: none;
  opacity: .7;
}
img {
  vertical-align: bottom;
}
li {
  list-style: none;
}
h2, h3, h4 {
  text-align: center;
}
table, table td, table th {
  border-collapse: collapse; /* 1pxにする */
}
.wrap {
  max-width: 1100px;
  margin: auto;
}
.flex {
  display: flex;
}
.pc-show {
  display: inline-block;
}
.pc-block {
  display: block;
}
.tab-show {
  display: none;
}
.sp-show {
  display: none;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.mt-30 {
  margin-top: -30px;
}
.mt50 {
  margin-top: 50px;
}
.red {
  color: #e50027;
}
/*---------------------------------
 header
---------------------------------*/
header {
  background-color: #0f218b;
}
header .flex {
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}
/*---------------------------------
 mv
---------------------------------*/
.mv {
  padding: 0;
}
.mv .yokoku {
  min-width: 980px;
  max-width: 1440px;
  margin: 0 auto;
}
.mv .yokoku img {
  width: 100%;
}
.mv .mv-top {
  min-width: 980px;
  max-width: 1440px;
  margin: 0 auto;
  background: #fffde2;
  position: relative;
  padding: 0 0 40px;
}
.mv .mv-top h1 {
  margin: 0;
}
.mv .mv-top img {
  width: 100%;
}
.mv .mv-top .fvBtn {
  /*position: absolute;
	bottom: 16%;*/
  width: 100%;
  max-width: 1440px;
  min-width: 980px;
  margin-top:30px;
}
.mv .mv-top .fvBtn .wrap {
  max-width: 980px;
  margin: 0 auto;
  width: 70%;
  min-width: 672px;
}
/*---------------------------------
 sec01
---------------------------------*/
.sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
  padding: 0;
  min-width: 980px;
  max-width: 1440px;
  margin: 0 auto;
}
.sec01 img, .sec02 img, .sec03 img, .sec04 img, .sec05 img, .sec06 img, .sec07 img {
  width: 100%;
}
.sec01 {
  background: #00953e;
  padding-bottom: 100px;
}
.sec01 .wrap {
  min-width: 980px;
  max-width: 1440px;
}
.sec01 .btn-area{
  margin-top: 70px;
}
/*---------------------------------
 sec02
---------------------------------*/
.sec02 {
  background-image: url(/lineup/images/ca150-lp-202609/bg_01.png);
  padding-bottom: 90px;
}
/*---------------------------------
 sec03
---------------------------------*/
.sec03 {
  background: #fffcdf;
  padding-bottom: 80px;
}
.sec03 ul {
  padding: 1rem 0 0 1.0rem;
  text-indent: -1.0rem;
  font-size: 14px;
}
/*---------------------------------
 sec04
---------------------------------*/
.sec04 {
  padding-bottom: 80px;
}
.sec04 .cpn-info ul {
  padding: 0;
  font-size: 14px;
}
.sec04 .cpn-info ul + ul {
  margin-top: 1em;
}
/*---------------------------------
 sec05
---------------------------------*/
.sec05 {
  background-image: url(/lineup/images/ca150-lp-202609/bg_01.png);
  padding-bottom: 80px;
}
/*---------------------------------
 sec06
---------------------------------*/
.sec06 {
  background: #fffcdf;
  padding-bottom: 80px;
}
.sec06 table {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #add021;
}
.sec06 table th, .sec06 table td {
  border: 1px solid #add021;
  padding: 1.5rem;
  vertical-align: top;
}
.sec06 table th, .sec06 table td.md {
  vertical-align: middle;
}
.sec06 table th {
  background: #add021;
  color: #000;
  line-height: 2rem;
  border-bottom: 1px solid #FFF;
}
.sec06 table th.width {
  width: 40%;
}
.sec06 table th {
  text-align: center;
  vertical-align: middle;
}
.sec06 table th.bg-left {
  background-color: #FFF;
  border: 1px solid #add021;
}
.sec06 table th.bg-right {
  background: #fff;
  border-top: 6px solid #eb6700;
  border-left: 6px solid #eb6700;
  border-right: 6px solid #eb6700;
  border-bottom: 1px solid #add021;
}
.sec06 table th.trtop {
  background: #3e3a39;
  padding: 1.5rem 0 1rem;
}
.sec06 table td {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.6rem;
  font-weight: 700;
}
.sec06 table td ul {
  text-align: center;
  text-indent: -1.4rem;
  margin: 1.4rem 0 0 1.4rem;
  line-height: 1.4;
  width: inherit;
}
.sec06 table td ul.txt-center {
  text-align: center;
}
.sec06 table td p {
  padding: 0 0 1.5rem;
}
.sec06 table td .lalaport {
  margin: 0 0 0 16%;
}
.sec06 table td.bg-left {
  background-color: #FFF;
}
.sec06 table td.bg-right {
  background: #fff;
  border-left: 6px solid #ea5c7f;
  border-right: 6px solid #ea5c7f;
}
.sec06 table td.borerR_bottom {
  border-bottom: 6px solid #ea5c7f;
}
.sec06 table th span {
  font-size: xx-small;
  background: #FFF;
  display: block;
  color: #666;
  border: 4px solid #FFF;
  margin-bottom: 1em;
}
.sec06 table img {
  width: auto;
}
.sec06 .ulFloat {
  position: relative;
}
.sec06 .ulFloat li {
  position: absolute;
  width: -webkit-fill-available;
  left: -410px;
  bottom: -15px;
  background: #FFF;
  padding: 0.3em;
}
.sec06 .ulFloat.float-2L {
  margin-top: 4em;
  margin-bottom: 4em;
}
.sec06 .ulFloat.float-2L li:nth-child(1), .sec06 .ulFloat.float-3L li:nth-child(1) {
  bottom: 0.6em;
}
.sec06 img {
  width: 100%;
}
.sec06 .wrap div.linkbtn {
  position: relative;
  width: 100%;
}
.sec06 .wrap div.linkbtn a {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  bottom: 20%;
}
.sec06 .note {
  padding: 1rem 0 3rem;
  font-size: 14px;
}
/*---------------------------------
 sec07
---------------------------------*/
.sec07 {
  background-image: url(/lineup/images/ca150-lp-202609/bg_01.png);
  padding-bottom: 80px;
}
.sec07 .wrap {
  padding: 2em 0
}
/*---------------------------------
 btn-area
---------------------------------*/
.btn-area-wrap {
  text-align: center;
  /*    padding: 0 0 4rem;*/
  display: block;
}
.btn-area-wrap .btn-area {
  display: flex;
  justify-content: center;
  padding: 0 2%;
}
.btn-area-wrap .btn-area a:last-of-type {
  margin: 0 0 0 1.5%;
}
.btn-area-wrap .btn-area a img {
  width: 100%;
}
.btn-area-wrap p {
  font-size: 14px;
  text-align: left;
}
.btn-area-wrap ul {
  font-size: 13px;
  text-align: center;
}
.btn-area-wrap ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.last_area {
  background-color: #FFFDE5;
  padding: 1.4em 0;
}
.btn-area-wrap .txt_purple {
  color: #7c38ad;
  width: 386px;
}
.btn-area-wrap .txt_green {
  color: #003c58;
}
.btn-area-wrap .txt_green a {
  color: #003c58;
}
.btn-area-wrap .txt_orange {
  color: #e8940f;
  width: 386px;
}
.btn-area-wrap .large_txt {
  font-weight: bold;
  font-size: 15px;
}
.btn-area-wrap .flex2 img {
  width: 67px;
  height: auto;
  margin: 0 60px 0 10px;
}
/*---------------------------------
footer
---------------------------------*/
footer {
  border-top: 2px solid #1b3a80;
  padding: 10px;
  background: #FFF;
}
footer .flex {
  justify-content: space-between;
  align-items: center;
}
footer .flex img {
  width: 150px;
  height: auto;
}
footer copy {
  color: #666;
  font-size: 1.4rem;
}
/*---------------------------------
 pagetop
---------------------------------*/
#pageMovetop {
  display: none;
  position: fixed;
  z-index: 1000;
  bottom: 80px;
  right: 40px;
}
#pageMovetop.static {
  position: static;
}
@media only screen and (min-width: 769px) and (max-width: 979px) {
  .mv .mv-top {
    min-width: auto;
  }
  main {
    min-width: auto;
  }
  .wrap {
    min-width: auto;
  }
  .sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
    min-width: auto;
  }
  .sec01 .wrap {
    min-width: auto;
  }
  .mv .mv-top .fvBtn {
    min-width: auto;
  }
}
/*---------------------------------
-----------------------------------
  SP
-----------------------------------
---------------------------------*/
@media only screen and (max-width: 768px) {
  main {
    min-width: 100%;
    max-width: 100%;
  }
  img {
    width: 100%;
  }
  .pc-show, .pc-block {
    display: none;
  }
  .sp-show {
    display: initial;
    display: block;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
  }
  /*---------------------------------
	 header
	---------------------------------*/
  header {
    background-color: #0f218b;
  }
  header .flex {
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
  }
  header .flex a img {
    width: 70%
  }
  header .flex img.sci-logo {
    width: 14%
  }
  header .GlobalHeader-logo {
    width: 34%;
  }
  /*---------------------------------
	 mv
	---------------------------------*/
  .mv {
    padding: 0;
  }
  .mv .yokoku {
    min-width: 100%;
    max-width: 100%;
  }
  .mv .yokoku img {
    width: 100%;
  }
  .mv .mv-top {
    min-width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0 0 40px;
    background-size: cover;
  }
  .mv .mv-top .fvBtn {
    max-width: 100%;
    min-width: 100%;
    margin-top: 10px;
    padding:0 10px;
  }
  .mv .mv-top .fvBtn .wrap {
    min-width: 100%;
  }
  .btn-area-wrap .btn-area a:last-of-type {
    margin-left:0;
  }
  /*---------------------------------
	 sec01
	---------------------------------*/
  .sec01, .sec02, .sec03, .sec04, .sec05, .sec06, .sec07 {
    padding: 0 0 40px;
    min-width: 100%;
    max-width: 100%;
  }
  .sec01 {
    position: relative;
    padding-bottom: 30px;
  }
  .sec01 .wrap {
    max-width: 100%;
    min-width: 100%;
  }
  .sec01 .btn-area{
    margin-top: 20px;
  }

  /*---------------------------------
	 sec03
	---------------------------------*/
  .sec03 .open-btn {
    text-align: center;
    margin: 2rem auto 0;
  }
  .sec03 ul {
    text-indent: -1.2rem;
    font-size: 13px;
    line-height: 1.5;
    margin: 0 3%;
  }
  .sec03 ul li {
    padding: 0 0 5px;
  }
  /*---------------------------------
	 sec04
	---------------------------------*/
  .sec04 .cp-note-area {
    width: 100%;
    padding: 0 4%;
  }
  .sec04 .cpn-info ul {
    font-size: 13px;
  }
  .sec04 .cpn-info li strong {
    font-size: 13px;
    padding: 0 0 10px;
    display: block;
  }
  /*---------------------------------
	 sec05
	---------------------------------*/
  .sec05 {
    padding: 40px 0;
  }
  /*---------------------------------
	 sec06
	---------------------------------*/
  .sec06 .sp_table {
    padding: 0 3%;
  }
  .sec06 table {
    width: 100%;
    margin: 0 auto;
  }
  .sec06 table th, .sec06 table td {
    padding: 0.5rem;
  }
  .sec06 table th {
    font-weight: normal;
    font-size: 1rem;
    line-height: 1.6rem;
    text-align: left;
    vertical-align: middle;
    padding: 0;
  }
  .sec06 table th span {
    font-size: xx-small;
    background: #FFF;
    display: block;
    color: #666;
    border: 4px solid #FFF;
    margin-bottom: 1em;
  }
  .sec06 table th.width {
    width: 40%;
  }
  .sec06 table th.trtop {
    background: #3e3a39;
    padding: 1.5rem 0 1rem;
  }
  .sec06 table td {
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 700;
    vertical-align: middle;
  }
  .sec06 table td ul {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1rem;
    margin: 0;
  }
  .sec06 table td ul.txt-center {
    text-align: left;
  }
  .sec06 table td p {
    padding: 0 0 1.5rem;
    text-align: left;
  }
  .sec06 table td .lalaport {
    margin: 0 0 0 1.2rem;
  }
  .sec06 .ulFloat {
    position: relative;
    width: max-content;
    margin: 4em auto;
  }
  .sec06 .ulFloat li {
    position: absolute;
    width: inherit;
    left: -180px;
    bottom: 0;
    background: #FFF;
  }
  .sec06 .ulFloat.float-2L {
    margin: 7em auto;
  }
  .sec06 .ulFloat.float-2L li:nth-child(1) {
    bottom: 3.2em;
  }
  /*---------------------------------
     btn-area
    ---------------------------------*/
  section.btn-area-wrap {
    padding: 0 0 2rem;
    /*display: block;*/
  }
  section.btn-area-wrap h2 {
    padding: 0 0 2rem;
    width: 70%;
    margin: 0 auto;
  }
  section.btn-area-wrap .btn-area {
    display: block;
    width: 86%;
    margin: 0 auto;
  }
  section.btn-area-wrap .btn-area a {
    width: 47%;
  }
  section.btn-area-wrap .btn-area a {
    margin: 0;
    padding: 0 0 1rem;
    display: block;
  }
  
  section.btn-area-wrap .btn-area a img {
    width: 100%;
  }
  section.btn-area-wrap p {
    font-size: 13px;
    padding: 0;
  }
  section.btn-area-wrap p {
    font-size: 12px;
    padding: .5rem 0;
  }
  .btn-area-wrap ul {
    font-size: 12px;
    padding: 1rem 2rem;
    width: 90%;
  }
  .card-area {
    position: relative;
  }
  .card-area .sp-mv {
    position: absolute;
    top: 6vw;
  }
  .last_area {
    background-color: #fffce0;
    padding: 1.5em 0;
  }
  /*---------------------------------
	 footer
	---------------------------------*/
  footer {
    background: #0f218b;
    padding: 5px 0 8px;
    border: none;
  }
  footer .flex {
    justify-content: center;
  }
  footer img {
    display: none;
  }
  footer copy {
    color: #fff;
    font-size: 1.0rem;
    text-align: center;
    padding: .5rem 0 0;
  }
  /*---------------------------------
     pagetop
    ---------------------------------*/
  #pageMovetop {
    width: 35px;
    bottom: 130px;
    right: 5px;
  }
  /*---------------------------------
     modal
    ---------------------------------*/
  .GlobalFooter-saisonLogo {
    text-align: left;
  }
  .GlobalFooter-saisonLogo img {
    width: auto;
  }
}
@media (min-width: 1px) and (max-width: 759px) {
  .sec01-subtex {
    margin: 0;
    padding-bottom: 10px;
  }
  .sec01-subtex ul {
    left: 1.5em;
    bottom: 1.5em;
  }
  .sec01-subtex.subA ul {
    width: 92%;
    margin: 1em auto;
    padding: 0;
  }
  .sec01-subtex.subB ul {
    width: 92%;
    margin: 1em auto;
    padding: 0;
  }
  .sec01-subtex.subC ul {
    width: 92%;
    margin: 1em auto;
    padding: 0;
  }
  .sec01-subtex.subD ul {
    width: 90%;
    margin: 1em auto;
  }
  .sec01-subtex li {
    font-size: 1.0rem;
  }
  .sec01-subtex .badge {
    width: 104px;
    height: auto;
    top: -10px;
    right: -10px;
  }
  .sec01-subtex ul.float-c {
    left: 2em;
  }
  #sec02-modal {
    overflow: scroll;
  }
  #sec02-modal img {
    margin: 50px 0 20px;
    touch-action: auto;
  }
}
#fixBtn {
  display: none;
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 1;
}
#fixBtn .last_area {
  background-color: unset;
  padding: 0;
}
#fixBtn .btn-area-wrap .btn-area {
  flex-direction: column;
}
#fixBtn .btn-area-wrap .btn-area a {
  margin: 0;
}
#fixBtnSp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 10;
  margin: 0 auto;
}
#fixBtnSp .btn-area-bottom {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
#fixBtnSp .btn-area-bottom a {
  display: block;
  padding: 0 0 1rem;
  width: 47%;
  margin: 0;
}
#fixBtnSp .btn-area-bottom a:last-of-type {
  margin: 0 0 0 1.5%;
}
#fixBtnSp .btn-area-bottom a img {
  width: 100%;
}
.wrap .btn-area.close, .wrap .btn-area-bottom.close {
  pointer-events: none;
  opacity: 30%;
}
.sideFixBtn {
  position: relative;
}
@media (min-width: 1px) and (max-width: 760px) {
  .GlobalHeader {
    height: 44px;
  }
  footer, .GlobalFooter-saison {
    padding-bottom: 110px;
  }
  .sp_caution {
    font-size: 14px !important;
  }
  .GlobalFooter-saisonCopyRight {
    white-space: nowrap;
  }
  .GlobalFooter-saisonPrivacy {
    width: 84px;
  }
  #fixBtnSp .btn-area-bottom a {
    padding: 0;
  }
}
/*---------------------------------
 モーダル
---------------------------------*/
html, body, .wrapper {
  width: 100%;
  height: 100%;
}
.modalCheck {
  display: none;
}
label {
  cursor: pointer;
}
.btn {
  text-align: center;
}
.open-btn label {
  display: inline-block;
  margin: 0;
}
.btn label {
  display: inline-block;
  margin: 1rem 0 0;
  color: #00953e;
  padding: 0.5em 1.5em;
  font-size: 24px;
  background-color: #fff;
  border: 2px solid #00953e;
  text-decoration: none;
  border-radius: 5px;
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
}
.btn.small label {
  font-size: 18px;
}
.modalWrap, .modalBg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 10;
}
.modalWrap {
  opacity: 0;
  visibility: hidden;
  transition: 0.3s cubic-bezier(1, 0, 0, 1);
  transition-property: opacity;
  will-change: opacity;
}
.modalBg {
  cursor: pointer;
  opacity: 0.7;
  background-color: #000;
  z-index: 2;
}
.modalBg label {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.modalCon {
  position: absolute;
  top: -0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 1020px;
  height: 770px;
  margin: auto;
  z-index: 3;
}
@media all and (-ms-high-contrast: none) {
  .modalCon {
    top: 3%;
    left: 25%;
  }
}
.modalInner {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  height: 94%;
  padding: 5rem 1.5em 1.5em;
  cursor: default;
  background-color: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
}
.modalCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
}
.modalCloseBtn label {
  display: inline-block;
  padding: 0 14px 0;
  color: #333;
  text-decoration: none;
  font-size: 2em;
}
.modalCheck:not(:checked) ~ .wrapper > *:not(.modalWrap) {
  filter: blur(0px);
}
.modalCheck:not(:checked) ~ .wrapper .modalWrap {
  opacity: 0;
  visibility: hidden;
}
.modalCheck:checked ~ .wrapper > *:not(.modalWrap) {
  filter: blur(3px);
}
#modal00:checked ~ .wrapper #modal00Con {
  opacity: 1;
  visibility: visible;
}
#modal01:checked ~ .wrapper #modal01Con {
  opacity: 1;
  visibility: visible;
}
#modal02:checked ~ .wrapper #modal02Con {
  opacity: 1;
  visibility: visible;
}
.modalTtl {
  padding: 2em 0.5em 1.5em;
  font-size: 2em;
  line-height: 1.3;
  text-align: center;
}
.modalText .modalCover {
  margin: 0 -1.5em 1em;
}
.modalText p {
  margin-bottom: 1em;
  line-height: 1.7;
}
.modalText ul {
  text-align: center;
  font-size: 12px;
  color: #636363;
  padding: 0 0 2rem;
}
@media (max-width: 640px) {
  .modalCon {
    position: absolute;
    top: 3%;
    left: 5%;
    right: 0;
    width: 90%;
    max-width: 90%;
    /*height: 72vh;
    margin: 0;*/
    height: max-content;
    margin: auto 0;
    z-index: 3;
  }
  .modalInner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
    height: 100%;
    padding: 0;
    cursor: default;
    background-color: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
  }
  .modalTtl {
    font-size: 1.5em;
    padding-bottom: 1em;
  }
  .modalText .modalCover {
    margin: 0 -1em 1em;
  }
  .btn label {
    display: inline-block;
    margin: 1rem;
    padding: 0.5em 1.5em;
    font-size: 24px;
  }
  .open-btn label {
    margin: 0 0 1rem;
  }
  .modalCloseBtn label {
    display: inline-block;
    padding: 0 12px 0;
    color: #333;
    text-decoration: none;
    font-size: 3em;
  }
  .modalText ul {
    text-align: left;
    font-size: 10px;
    padding: 0 1.2rem 2rem;
  }
}
/*---------------------------------
 アコーディオン
---------------------------------*/
.accordion-content {
  display: none;
}
.accordion-header {
  text-align: center;
  background-color: #FFF;
  padding: 12px 20px 10px;
  cursor: pointer;
  position: relative;
  color: #00953e;
  font-weight: bold;
  font-size: 26px;
  border: 5px solid #00953e;
}
.accordion-header::before, .accordion-header::after {
  position: absolute;
  content: '';
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 18px;
  height: 3px;
  margin: auto;
  background: #00953e;
}
.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.accordion-header.active::after {
  transform: rotate(0deg);
}
.accordion-content {
  padding-top: 30px;
}
@media only screen and (max-width: 768px) {
  .accordion-header {
    font-size: 16px;
    padding: 10px 10px 8px;
    border: 3px solid #00953e;
  }
  .accordion-content {
    padding-top: 20px;
  }
}


/* ===============================================
   【最終完全修正版】ボタン巨大化防止・追尾・比較表修復
=============================================== */

/* --- 1. PC時 右側縦型固定追尾ボタン（#fixBtn） --- */
#fixBtn {
  display: none;
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 1000;
}

#fixBtn .last_area {
  background-color: transparent !important;
  padding: 0 !important;
}

#fixBtn .btn-area-wrap .btn-area {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: auto !important;
  padding: 0 !important;
}

/* 縦型追尾ボタン全体枠 */
.card-apply-btn-vert {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 88px !important;                 /* ボタン幅 */
  padding: 10px 6px 14px 6px !important;
  border-radius: 10px 0 0 10px !important;  /* 左角丸 */
  text-decoration: none !important;
  box-sizing: border-box !important;
  box-shadow: -3px 4px 8px rgba(0, 0, 0, 0.35) !important;
  transition: transform 0.2s, opacity 0.2s !important;
  position: relative !important;
}

.card-apply-btn-vert:hover {
  opacity: 0.92 !important;
  transform: translateX(-4px) !important;
}

/* 1. 三井ショッピングパーク（緑テーマ） */
.card-apply-btn-vert.msp-theme {
  background: linear-gradient(180deg, #00b050 0%, #008137 100%) !important;
  border-top: 1px solid #42d280 !important;
  border-left: 1px solid #008137 !important;
  border-bottom: 4px solid #005022 !important;
}

/* 2. ラゾーナ川崎（青テーマ） */
.card-apply-btn-vert.lzn-theme {
  background: linear-gradient(180deg, #0054c2 0%, #00328b 100%) !important;
  border-top: 1px solid #438bf5 !important;
  border-left: 1px solid #00328b !important;
  border-bottom: 4px solid #001f5e !important;
}

/* 券面画像（上部） */
.vert-thumb {
  width: 74px !important;
  height: 48px !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.25) !important;
  padding: 2px !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

.vert-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 2px !important;
}

/* テキスト全体のレイアウト（横並びで2列化） */
.vert-content {
  display: flex !important;
  flex-direction: row !important;        /* 横並び（左列 / 右列） */
  justify-content: center !important;
  align-items: flex-start !important;
  width: 100% !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
}

/* 左列：メインテキスト（お申し込みはこちら + ▼） */
.vert-col-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  writing-mode: vertical-rl !important;  /* 縦書き */
  text-orientation: mixed !important;
  order: 1 !important;                   /* 左側に配置 */
  margin-right: 2px !important;
  position: relative !important;         /* 矢印の配置基準 */
  padding-bottom: 22px !important;       /* 下部黄色▲の入るスペースを確保 */
}

.vert-btn-label {
  font-size: 25px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.06em !important;
  white-space: nowrap !important;
  display: block !important;
}

/* 下向き黄色三角（▼）を「お申し込みはこちら」の真下に絶対配置 */
.vert-arrow {
  display: block !important;
  position: absolute !important;
  bottom: 10px !important;                  /* 一番下に固定 */
  left: 30% !important;                  /* 中央寄せ */
  transform: translateX(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-top: 11px solid #ffe600 !important; /* 黄色三角 */
  border-bottom: none !important;
  margin: 0 !important;
  rotate: -90deg;
}

/* 右列：サブテキスト（カード名） */
.vert-col-sub {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  writing-mode: vertical-rl !important;  /* 縦書き */
  text-orientation: mixed !important;
  order: 2 !important;                   /* 右側に配置 */
}

.vert-card-name {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap !important;
  display: block !important;
  opacity: 0.95 !important;
}


/* --- 2. スマホ固定追尾ボタン 飛び出し防止（画面下部固定） --- */
#fixBtnSp {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 9999;
  box-sizing: border-box !important;
  overflow: hidden !important;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15) !important;
}

#fixBtnSp .btn-area-wrap,
#fixBtnSp .last_area,
#fixBtnSp .wrap {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 auto !important;
  padding: 8px 10px !important;
  box-sizing: border-box !important;
  background-color: #fffde5 !important;
}

/* 2枚目デザインのボタンを縦に2つ並べる設定 */
#fixBtnSp .btn-area-bottom {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

#fixBtnSp .btn-area-bottom a.card-apply-btn {
  display: flex !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 8px 12px 6px 10px !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  flex: none !important;
  margin: 0 !important;
}

#fixBtnSp .card-thumb {
  flex: 0 0 58px !important;
  width: 58px !important;
  height: 38px !important;
  margin-right: 10px !important;
}

#fixBtnSp .card-thumb img {
  max-width: 58px !important;
  max-height: 38px !important;
}

#fixBtnSp .btn-content {
  padding-right: 16px !important;
}

#fixBtnSp .card-name {
  font-size: 10.5px !important;
  margin-bottom: 1px !important;
}

#fixBtnSp .btn-label {
  font-size: 15px !important;
}

#fixBtnSp .btn-label .arrow {
  border-top-width: 5px !important;
  border-bottom-width: 5px !important;
  border-left-width: 7px !important;
}


/* --- 2. PC時 右側縦型固定追尾ボタン（#fixBtn） --- */
#fixBtn {
  display: none;
  position: fixed;
  right: 0;
  top: 20px;
  z-index: 1000;
}

#fixBtn .last_area {
  background-color: transparent !important;
  padding: 0 !important;
}

#fixBtn .btn-area-wrap .btn-area {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  width: auto !important;
  padding: 0 !important;
}

/* 縦型追尾ボタン本体 */
.card-apply-btn-vert {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 88px !important;
  padding: 10px 6px 16px 6px !important;
  border-radius: 10px 0 0 10px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  box-shadow: -3px 4px 8px rgba(0, 0, 0, 0.35) !important;
  transition: transform 0.2s, opacity 0.2s !important;
  position: relative !important;
}

.card-apply-btn-vert:hover {
  opacity: 0.92 !important;
  transform: translateX(-4px) !important;
}

.card-apply-btn-vert.msp-theme {
  background: linear-gradient(180deg, #00b050 0%, #008137 100%) !important;
  border-top: 1px solid #42d280 !important;
  border-left: 1px solid #008137 !important;
  border-bottom: 4px solid #005022 !important;
}

.card-apply-btn-vert.lzn-theme {
  background: linear-gradient(180deg, #0054c2 0%, #00328b 100%) !important;
  border-top: 1px solid #438bf5 !important;
  border-left: 1px solid #00328b !important;
  border-bottom: 4px solid #001f5e !important;
}

.vert-thumb {
  width: 74px !important;
  height: 48px !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: rgba(255, 255, 255, 0.25) !important;
  padding: 2px !important;
  border-radius: 4px !important;
  box-sizing: border-box !important;
}

.vert-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
  border-radius: 2px !important;
}

.vert-content {
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: flex-start !important;
  width: 100% !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4) !important;
}

.vert-col-main {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  order: 1 !important;
  margin-right: 2px !important;
  position: relative !important;
  padding-bottom: 22px !important;
}

.vert-btn-label {
  font-size: 26px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.06em !important;
  white-space: nowrap !important;
  display: block !important;
}

.vert-arrow {
  display: block !important;
  position: absolute !important;
  bottom: 0 !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 7px solid transparent !important;
  border-right: 7px solid transparent !important;
  border-top: 10px solid #ffe600 !important;
  border-bottom: none !important;
  margin: 0 !important;
}

.vert-col-sub {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
  order: 2 !important;
}

.vert-card-name {
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.04em !important;
  white-space: nowrap !important;
  display: block !important;
  opacity: 0.95 !important;
}


/* --- 3. 比較表（.sec06）帯注釈の飛び出し・崩れ防止 --- */
@media only screen and (max-width: 768px) {

  .sec06 .sp_table {
    padding: 0 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .sec06 table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
  }

  .sec06 table th,
  .sec06 table td {
    padding: 8px 4px !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
    text-align: center !important;
  }

  .sec06 table th[scope="row"] { width: 28% !important; }
  .sec06 table th.width,
  .sec06 table td.bg-left,
  .sec06 table td.bg-right { width: 36% !important; }

  .sec06 table img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .sec06 table td ul,
  .sec06 table td p {
    position: static !important;
    width: 100% !important;
    text-align: left !important;
    word-break: break-word !important;
    white-space: normal !important;
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
  }

  .sec06 table td ul li {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    bottom: auto !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 0.7rem !important;
    line-height: 1.35 !important;
  }

  .sec06 table td.bg-left .ulFloat {
    display: none !important;
  }

  .sec06 table td.bg-right {
    position: relative !important;
  }

  .sec06 table td.bg-right .ulFloat {
    display: block !important;
    position: relative !important;
    left: calc(-100% - 6px) !important;
    width: calc(200% + 8px) !important;
    margin: 8px 0 0 0 !important;
    background: #ffffff !important;
    padding: 6px !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
  }

  .sec06 table td.bg-right .ulFloat li {
    position: static !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 4px 0 !important;
    font-size: 0.65rem !important;
    line-height: 1.3 !important;
    text-align: left !important;
    color: #333333 !important;
  }

  .sec06 table td.bg-right .ulFloat li:last-child {
    margin-bottom: 0 !important;
  }
}


/* --- 4. 横型HTML/CSSボタン 基本デザイン（PC横長表示） --- */

.mv .mv-top .fvBtn .wrap,
.btn-area-wrap .wrap {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.btn-area-wrap .btn-area {
  display: flex !important;
  justify-content: center !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.card-apply-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 48.5% !important;
  padding: 10px 16px 8px 14px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
  transition: opacity 0.2s, transform 0.1s !important;
  position: relative !important;
  overflow: hidden !important;
}

.card-apply-btn:hover {
  opacity: 0.92 !important;
  transform: translateY(-1px) !important;
}

.card-apply-btn.msp-theme {
  background: linear-gradient(180deg, #00a847 0%, #007a33 100%) !important;
  border-top: 1px solid #32c56b !important;
  border-left: 1px solid #008a38 !important;
  border-right: 1px solid #008a38 !important;
  border-bottom: 4px solid #005221 !important;
}

.card-apply-btn.lzn-theme {
  background: linear-gradient(180deg, #0050b8 0%, #003287 100%) !important;
  border-top: 1px solid #337beb !important;
  border-left: 1px solid #003896 !important;
  border-right: 1px solid #003896 !important;
  border-bottom: 4px solid #00205c !important;
}

.card-apply-btn .card-thumb {
  flex: 0 0 90px !important;
  width: 90px !important;
  height: 56px !important;
  margin-right: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.card-apply-btn .card-thumb img {
  width: 100% !important;
  max-width: 90px !important;
  height: auto !important;
  max-height: 56px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) !important;
}

.card-apply-btn .btn-content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
  padding-right: 22px !important;
  position: relative !important;
}

.card-apply-btn .card-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-bottom: 2px !important;
  display: block !important;
  white-space: nowrap !important;
  letter-spacing: -0.01em !important;
}

.card-apply-btn .btn-label {
  font-size: 24px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
}

.card-apply-btn .btn-label .arrow {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-left: 10px solid #ffffff !important;
  border-right: none !important;
}


/* --- 5. スマホ表示時（768px以下）：メインコンテンツ内の横型ボタンを縦並びに変形 --- */
@media only screen and (max-width: 768px) {
  
  .btn-area-wrap:not(#fixBtnSp) .btn-area {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .card-apply-btn {
    width: 100% !important;
    padding: 10px 14px 8px 12px !important;
    border-radius: 6px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .card-thumb {
    flex: 0 0 65px !important;
    width: 65px !important;
    height: 42px !important;
    margin-right: 12px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .card-thumb img {
    max-width: 65px !important;
    max-height: 42px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .btn-content {
    padding-right: 18px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .card-name {
    font-size: 11px !important;
    margin-bottom: 2px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .btn-label {
    font-size: 17px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .btn-label .arrow {
    border-top-width: 6px !important;
    border-bottom-width: 6px !important;
    border-left-width: 8px !important;
  }
}


/* --- 3. 比較表（.sec06）帯注釈の飛び出し・崩れ防止 --- */
@media only screen and (max-width: 768px) {

  .sec06 .sp_table {
    padding: 0 10px !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .sec06 table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
  }

  .sec06 table th,
  .sec06 table td {
    padding: 8px 4px !important;
    box-sizing: border-box !important;
    vertical-align: top !important;
    text-align: center !important;
  }

  .sec06 table th[scope="row"] { width: 28% !important; }
  .sec06 table th.width,
  .sec06 table td.bg-left,
  .sec06 table td.bg-right { width: 36% !important; }

  .sec06 table img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
  }

  .sec06 table td ul,
  .sec06 table td p {
    position: static !important;
    width: 100% !important;
    text-align: left !important;
    word-break: break-word !important;
    white-space: normal !important;
    margin: 6px 0 0 0 !important;
    padding: 0 !important;
    text-indent: 0 !important;
  }

  .sec06 table td ul li {
    position: static !important;
    width: 100% !important;
    left: auto !important;
    bottom: auto !important;
    background: transparent !important;
    padding: 0 !important;
    font-size: 0.7rem !important;
    line-height: 1.35 !important;
  }

  .sec06 table td.bg-left .ulFloat {
    display: none !important;
  }

  .sec06 table td.bg-right {
    position: relative !important;
  }

  .sec06 table td.bg-right .ulFloat {
    display: block !important;
    position: relative !important;
    left: calc(-100% - 6px) !important;
    width: calc(200% + 8px) !important;
    margin: 8px 0 0 0 !important;
    background: #ffffff !important;
    padding: 6px !important;
    box-sizing: border-box !important;
    z-index: 10 !important;
  }

  .sec06 table td.bg-right .ulFloat li {
    position: static !important;
    width: 100% !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 4px 0 !important;
    font-size: 0.65rem !important;
    line-height: 1.3 !important;
    text-align: left !important;
    color: #333333 !important;
  }

  .sec06 table td.bg-right .ulFloat li:last-child {
    margin-bottom: 0 !important;
  }
}


/* --- 4. 横型HTML/CSSボタン 基本デザイン（PC横長表示） --- */

.mv .mv-top .fvBtn .wrap,
.btn-area-wrap .wrap {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

.btn-area-wrap .btn-area {
  display: flex !important;
  justify-content: center !important;
  gap: 14px !important;
  width: 100% !important;
  max-width: 980px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

.card-apply-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 48.5% !important;
  padding: 20px 16px 18px 14px !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  box-sizing: border-box !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3) !important;
  transition: opacity 0.2s, transform 0.1s !important;
  position: relative !important;
  overflow: hidden !important;
}

.card-apply-btn:hover {
  opacity: 0.92 !important;
  transform: translateY(-1px) !important;
}

/* 1. 三井ショッピングパーク（緑テーマ） */
.msp-theme {
  background: linear-gradient(180deg, #00a847 0%, #007a33 100%) !important;
  border-top: 1px solid #32c56b !important;
  border-left: 1px solid #008a38 !important;
  border-right: 1px solid #008a38 !important;
  border-bottom: 4px solid #005221 !important;
}

/* 2. ラゾーナ川崎（青テーマ） */
.lzn-theme {
  background: linear-gradient(180deg, #0050b8 0%, #003287 100%) !important;
  border-top: 1px solid #337beb !important;
  border-left: 1px solid #003896 !important;
  border-right: 1px solid #003896 !important;
  border-bottom: 4px solid #00205c !important;
}

/* 横型ボタン内の券面サムネイル（他コンテンツの画像へ影響しないよう範囲を厳密化） */
.card-apply-btn .card-thumb {
  flex: 0 0 90px !important;
  width: 90px !important;
  height: 56px !important;
  margin-right: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.card-apply-btn .card-thumb img {
  width: 100% !important;
  max-width: 90px !important;
  height: auto !important;
  max-height: 56px !important;
  object-fit: contain !important;
  display: block !important;
  filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.25)) !important;
}

/* 横型テキストエリア */
.card-apply-btn .btn-content {
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35) !important;
  padding-right: 22px !important;
  position: relative !important;
}

.card-apply-btn .card-name {
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  margin-bottom: 2px !important;
  display: block !important;
  white-space: nowrap !important;
  letter-spacing: -0.01em !important;
}

.card-apply-btn .btn-label {
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: 0.02em !important;
  white-space: nowrap !important;
}

.card-apply-btn .btn-label .arrow {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 0 !important;
  height: 0 !important;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-left: 10px solid #ffffff !important;
  border-right: none !important;
}


/* --- 5. スマホ表示時（768px以下）：メインコンテンツ内の横型ボタンを縦並びに変形 --- */
@media only screen and (max-width: 768px) {
  
  .btn-area-wrap:not(#fixBtnSp) .btn-area {
    flex-direction: column !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .card-apply-btn {
    width: 100% !important;
    padding: 10px 14px 8px 12px !important;
    border-radius: 6px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .card-thumb {
    flex: 0 0 65px !important;
    width: 65px !important;
    height: 42px !important;
    margin-right: 12px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .card-thumb img {
    max-width: 65px !important;
    max-height: 42px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .btn-content {
    padding-right: 18px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .card-name {
    font-size: 11px !important;
    margin-bottom: 2px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .btn-label {
    font-size: 17px !important;
  }

  .btn-area-wrap:not(#fixBtnSp) .btn-label .arrow {
    border-top-width: 6px !important;
    border-bottom-width: 6px !important;
    border-left-width: 8px !important;
  }
}