@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;800&display=swap");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  color: #333;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, p, em, strong, address {
  line-height: 1;
  margin: 0;
  padding: 0;
}

ul, li, dl, dt, dd {
  list-style-type: none;
  line-height: 1;
  margin: 0;
  padding: 0;
}

sup {
  font-size: 12px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

#wrapper {
  overflow: hidden;
}

.modal-img {
  max-width: 80%;
  vertical-align: bottom;
}

/*====================================
common
====================================*/
@media screen and (min-width: 768px) {
  body {
    margin-bottom: 79px;
  }
  body.no-scroll {
    height: 100vh;
    overflow-y: hidden;
  }
  .section__inner {
    max-width: 1130px;
    margin: 0 auto;
    padding: 90px 15px 0;
  }
  .section__head {
    text-align: center;
    margin-bottom: 70px;
  }
  .section__subttl {
    border: 3px solid #199bb7;
    color: #199bb7;
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 5px 18px;
  }
  .color_charcoal {
    border: 2px solid #413833;
    color: #413833;
  }
  .section__subttl.en {
    padding: 3px 18px 6px;
  }
  .section__ttl {
    font-size: 50px;
  }
  .section__ttl .fz-l {
    font-size: 83px;
  }
  .section p {
    font-size: 16px;
  }
  .point-color {
    color: #199bb7;
    font-weight: bold;
  }
  .marker {
    background: linear-gradient(transparent 70%, #b0d8e0 0%);
  }
  #fixedMovePageTop {
    display: none !important;
  }
  .col {
    display: flex;
  }
  .tac {
    text-align: center;
  }
  .fwb {
    font-weight: bold;
  }
  .external-link {
    color: #199bb7;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    text-decoration: underline;
  }
  .external-link:after {
    background: url("/promotion/ordercard/os_matome/image/icon_external-link.png") 0 0/contain no-repeat;
    content: "";
    height: 1em;
    width: 1em;
    display: inline-block;
    margin-left: 0.2em;
  }
  .sp_only {
    display: none;
  }
  .li-cp {
    display: list-item;
    list-style-type: disc;
    margin-left: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  body {
    margin-bottom: 66px;
  }
  body.no-scroll {
    height: 100vh;
    overflow-y: hidden;
  }
  .section__inner {
    padding: 90px 20px 0;
  }
  .section__head {
    text-align: center;
    margin-bottom: 40px;
  }
  .section__subttl {
    border: 3px solid #199bb7;
    color: #199bb7;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 10px;
    padding: 5px 18px;
  }
  .color_charcoal {
    border: 2px solid #413833;
    color: #413833;
  }
  .section__subttl.en {
    padding: 5px 18px 7px;
  }
  .section__ttl {
    font-size: 29px;
    text-indent: -1px;
  }
  .section__ttl .fz-l {
    font-size: 45px;
  }
  .section p {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .point-color {
    color: #199bb7;
    font-weight: bold;
  }
  .marker {
    background: linear-gradient(transparent 70%, #b0d8e0 0%);
  }
  #fixedMovePageTop {
    display: none !important;
  }
  .col {
    display: flex;
  }
  .fwb {
    font-weight: bold;
  }
  .mb0 {
    margin-bottom: 0 !important;
  }
  .external-link {
    color: #199bb7;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    text-decoration: underline;
  }
  .external-link:after {
    background: url("/promotion/ordercard/os_matome/image/icon_external-link.png") 0 0/contain no-repeat;
    content: "";
    height: 1em;
    width: 1em;
    display: inline-block;
    margin-left: 0.2em;
  }
  .pc_only {
    display: none;
  }
  .li-cp {
    display: list-item;
    list-style-type: disc;
    margin-left: 15px;
  }
}
@media screen and (max-width: 374px) {
  body {
    zoom: 0.75;
  }
}
/*====================================
font
====================================*/
.bold {
  font-weight: bold;
}

.red {
  color: #cb0000;
}

/*====================================
KV
====================================*/
.kv {
  background-color: #ededed;
}

.kv__inner {
  position: relative;
}

.kv__inner .logo {
  position: absolute;
  top: 2%;
  left: 3%;
  width: 12vw;
  min-width: 45px;
}

@media (min-width: 375px) {
  .kv__inner .logo {
    top: 3%;
    left: 5%;
  }
}
@media (min-width: 768px) {
  .kv__inner .logo {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .kv__inner {
    max-width: 1100px;
    overflow: hidden;
  }
  .kv__inner picture img {
    max-width: none;
    transform: translateX(-22.9%);
    width: 181.81vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1100px) and (max-width: 2000px) {
  .kv__inner picture img {
    height: 813px;
    width: 2000px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .kv__inner picture img {
    width: 100%;
  }
}
@media (min-width: 2001px) {
  .kv__inner picture img {
    width: 100vw;
    margin: 0 auto;
  }
}
/*====================================
select-point
====================================*/
@media screen and (min-width: 768px) and (max-width: 1099px) {
  .select-point {
    margin-top: -7.6vw;
  }
}
@media screen and (min-width: 768px) {
  .select-point {
    background-color: #ededed;
    margin-top: -50px;
  }
  .select-point__box {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 20px rgba(48, 33, 18, 0.08);
    padding: 40px 4.54% 50px;
  }
  .select-point__wrap {
    align-items: center;
    display: flex;
  }
  .select-point__wrap + .select-point__wrap {
    align-items: inherit;
    margin-top: 100px;
  }
  .select-point .section__inner {
    padding: 0 15px 95px;
  }
  .select-point .section__head {
    border-bottom: 3px solid #f2f2f2;
    border-top: 3px solid #f2f2f2;
    margin: 0 3% 0 0;
    padding: 55px 0 50px;
    width: 60%;
  }
  .select-point .section__subttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .select-point .section__ttl {
    font-size: 32px;
  }
  .select-point__txt {
    line-height: 1.6;
    margin-top: 10px;
  }
  .select-point__mov {
    box-shadow: 0 0 20px rgba(48, 33, 18, 0.15);
    width: 368px;
  }
  .select-point__card {
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 0;
    text-align: center;
    width: 23.6%;
    position: relative;
  }
  .select-point__card:after {
    border-top: 2px solid #199bb7;
    border-right: 2px solid #199bb7;
    bottom: 10px;
    content: "";
    height: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) rotate(-225deg);
    width: 10px;
  }
  .select-point__card + .select-point__card {
    margin-left: 1.81%;
  }
  .select-point__card a {
    color: #333;
    display: block;
    padding: 50px 9.74% 28px;
    width: 100%;
  }
  .select-point__card figure {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -45px;
    width: 56.4%;
  }
  .select-point__card__lead {
    background-color: #199bb7;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    left: 50%;
    padding: 3px 10px;
    position: absolute;
    top: -78px;
    transform: translateX(-50%);
    min-width: 10em;
  }
  .select-point__card__lead:after {
    border-style: solid;
    border-width: 7px 7px 0 10px;
    border-color: #199bb7 transparent transparent transparent;
    bottom: -5px;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
  }
  .select-point__card__txt {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .select-point__card__name {
    background-color: #fff;
    border-radius: 10px;
    display: inline-block;
    font-size: 13px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .select-point {
    background-color: #ededed;
  }
  .select-point .section__inner {
    padding-top: 30px;
    padding-bottom: 45px;
  }
  .select-point__txt {
    display: none;
  }
  .select-point__mov {
    box-shadow: 0 0 20px rgba(48, 33, 18, 0.15);
    margin: 0 auto;
    max-width: 368px;
  }
  .select-point__card {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    margin-left: 16%;
    max-width: 360px;
    padding: 0;
  }
  .select-point__card:after {
    border-top: 2px solid #199bb7;
    border-right: 2px solid #199bb7;
    bottom: 10px;
    content: "";
    height: 10px;
    position: absolute;
    right: 12px;
    transform: translateX(-50%) rotate(-225deg);
    width: 10px;
  }
  .select-point__card + .select-point__card {
    margin-top: 10px;
  }
  .select-point__card a {
    color: #333;
    display: block;
    padding: 25px 32px 25px 70px;
    width: 100%;
  }
  .select-point__card figure {
    left: -55px;
    position: absolute;
    transform: translateY(-37%);
    top: 50%;
    width: 112px;
  }
  .select-point__card__lead {
    background-color: #199bb7;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 3px;
    padding: 3px 10px;
  }
  .select-point__card__txt {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .select-point__card__name {
    background-color: #ededed;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
  }
  .select-point__card__btn {
    bottom: 0;
    right: 0;
    position: absolute;
    width: 47px;
  }
}
/*====================================
recommend
====================================*/
@media screen and (min-width: 768px) {
  .recommend__point {
    background-color: #f2f2f2;
    border-radius: 8px;
    padding: 40px 4.54% 50px;
    position: relative;
  }
  .recommend__point__num {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -14px;
  }
  .recommend__point__ttl {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
  }
  .recommend__point__ttl .fz-l {
    font-size: 40px;
  }
  .recommend__point picture {
    display: block;
    text-align: center;
  }
  .recommend__point__txt {
    font-size: 16px;
    line-height: 1.6;
    max-width: 680px;
    margin: 30px auto 0;
  }
  .recommend__point__txt .fz-l {
    font-size: 27px;
  }
  .recommend__point__note {
    font-size: 14px;
    margin: 16px 0 20px;
    text-align: center;
  }
  .recommend__point__note .small {
    font-size: 11px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .recommend__point__feature {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
    gap: 35px;
    max-width: 680px;
    justify-content: center;
  }
  .recommend__point__accordion-cont .recommend__point__feature {
    gap: 0;
  }
  .recommend__point__feature__item {
    align-items: center;
    display: flex;
    margin-bottom: 35px;
    width: 47%;
  }
  .recommend__point__feature__item figure {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .recommend__point__feature__item__ttl {
    color: #199bb7;
    font-size: 19px;
    font-weight: bold;
    line-height: 1.2;
  }
  .recommend__point__feature__item__note {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .recommend__point__feature__item__note img {
    margin-right: 10px;
  }
  .recommend__point__feature__item__txt {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 5px;
    width: 100%;
  }
  .recommend__point__feature__item.w-half {
    width: 47%;
  }
  .recommend__point__partner {
    padding-top: 16px;
  }
  .recommend__point__partner__box {
    background-color: #fff;
    border-radius: 8px;
    max-width: 680px;
    margin: 0 auto;
    padding: 25px 20px;
    position: relative;
    text-align: center;
  }
  .recommend__point__partner__subttl {
    background-color: #199bb7;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    height: 24px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    width: 137px;
  }
  .recommend__point__partner__subttl .fz-l {
    font-size: 21px;
    vertical-align: text-bottom;
  }
  .recommend__point__partner__ttl {
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .recommend__point__partner__lead {
    font-size: 18px;
    font-weight: bold;
    margin: 22px 0 40px;
    text-align: center;
  }
  .recommend__point__notes {
    margin: 30px auto 55px;
    max-width: 680px;
  }
  .recommend__point__notes__head {
    align-items: center;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    /*border-radius: 8px;*/
    cursor: pointer;
    display: flex;
    font-size: 16px;
    height: 45px;
    justify-content: center;
    position: relative;
  }
  .recommend__point__notes__head:after {
    content: "+";
    font-size: 21px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .recommend__point__notes__head.is-active:after {
    content: "━";
    font-size: 15px;
  }
  .recommend__point__notes__body {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    display: none;
    padding: 30px 10px;
  }
  .recommend__point__notes__body a {
    color: #199bb7;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    text-decoration: underline;
  }
  .recommend__point__notes__list li {
    padding-left: 0em;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .recommend__point__use__ttl {
    border-bottom: 3px solid #199bb7;
    border-top: 3px solid #199bb7;
    color: #199bb7;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 35px;
    padding: 5px 0;
    text-align: center;
    max-width: 680px;
  }
  .recommend__point__use__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 680px;
  }
  .recommend__point__use__item {
    width: 49%;
    max-width: 280px;
    margin-bottom: 40px;
  }
  .recommend__point__use__item:nth-child(2n) {
    margin-left: 11%;
  }
  .recommend__point__use__item__ttl {
    align-items: center;
    display: flex;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    padding-left: 45px;
    position: relative;
  }
  .recommend__point__use__item__ttl:before {
    background: url("/promotion/ordercard/os_matome/image/icon_recommend_03_01.png") 0 0/contain no-repeat;
    content: "";
    height: 39px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
  }
  .recommend__point__use__item__ttl.ttl02:before {
    background-image: url("/promotion/ordercard/os_matome/image/icon_recommend_03_02.png");
  }
  .recommend__point__use__item__ttl.ttl03:before {
    background-image: url("/promotion/ordercard/os_matome/image/icon_recommend_03_03.png");
  }
  .recommend__point__use__item__ttl.ttl04:before {
    background-image: url("/promotion/ordercard/os_matome/image/icon_recommend_03_04.png");
  }
  .recommend__point__use__item__img {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    align-items: center;
    display: flex;
    height: 94px;
    justify-content: center;
    margin: 10px 0;
    padding: 10px;
    max-width: 280px;
  }
  .recommend__point__use__item__txt {
    font-size: 15px;
  }
  .recommend__point__use__item__txt img {
    margin: 0 6px;
    vertical-align: baseline;
  }
  .recommend__point__use__item__txt .fz-l {
    font-size: 23px;
    font-weight: bold;
  }
  .recommend__point__use__item__txt .fz-ll {
    font-size: 38px;
    font-weight: bold;
  }
  .recommend__point__use__lead {
    color: #199bb7;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
    text-align: center;
  }
  .recommend__point__use__notes li {
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
  }
  .recommend__point__benefits {
    display: flex;
  }
  .recommend__point__benefits__item {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    border: 2px solid #199bb7;
    padding: 24px 3.1%;
    width: 50%;
  }
  .recommend__point__benefits__item__inner {
    display: flex;
  }
  .recommend__point__benefits__item__inner figure {
    margin-right: 2%;
    width: 49%;
  }
  .recommend__point__benefits__item__ttl {
    align-items: center;
    border-left: 13px solid #199bb7;
    color: #199bb7;
    display: flex;
    font-size: 24px;
    font-weight: bold;
    height: 34px;
    margin-bottom: 30px;
    padding-left: 10px;
  }
  .recommend__point__benefits__item + .recommend__point__benefits__item {
    margin-left: 19px;
  }
  .recommend__point__benefits__item__wrap {
    width: 49%;
  }
  .recommend__point__benefits__item__txt {
    font-size: 14px;
    line-height: 1.6;
  }
  .recommend__point__benefits__item__note {
    line-height: 1.6;
    margin-top: 10px;
    font-size: 11px;
  }
  .recommend__point__accordion-btn {
    align-items: center;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    height: 34px;
    justify-content: center;
    margin: 40px auto 0;
    position: relative;
    width: 164px;
  }
  .recommend__point__accordion-btn:after {
    content: "+";
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .recommend__point__accordion-btn.is-opened:after {
    content: "-";
    font-size: 23px;
    position: absolute;
    right: 10px;
    transform: translateY(-60%);
  }
  .recommend__point__accordion-btn.is-active {
    background-color: transparent;
  }
  .recommend__point__accordion-btn.is-active:after {
    content: "";
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .recommend__point + .recommend__point {
    margin-top: 56px;
  }
}
.recommend__point__notes__body a::after {
  background: url(/promotion/ordercard/os_matome/image/icon_external-link.png) 0 0/contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: 0.2em;
}

@media screen and (max-width: 767.9px) {
  .recommend__point {
    background-color: #f2f2f2;
    border-radius: 4px;
    padding: 35px 15px;
    position: relative;
  }
  .recommend__point__num {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    top: -14px;
  }
  .recommend__point__ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: center;
  }
  .recommend__point__ttl .fz-l {
    font-size: 40px;
  }
  .recommend__point picture {
    display: block;
    text-align: center;
  }
  .recommend__point__txt {
    font-size: 16px;
    line-height: 1.6;
    max-width: 680px;
    margin: 15px auto 0;
  }
  .recommend__point__txt .fz-l {
    font-size: 27px;
  }
  .recommend__point__note {
    font-size: 15px;
    line-height: 1.6;
    margin: 15px 0 30px;
  }
  .recommend__point__note .small {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 12px;
  }
  .recommend__point__feature {
    margin: 30px auto 0;
    width: 100%;
    max-width: 350px;
  }
  .recommend__point__feature__item {
    align-items: center;
    display: flex;
    margin-bottom: 15px;
  }
  .recommend__point__feature__item figure {
    flex-shrink: 0;
    margin-right: 10px;
  }
  .recommend__point__feature__item__ttl {
    color: #199bb7;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
  }
  .recommend__point__feature__item__note {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .recommend__point__feature__item__note img {
    margin-right: 10px;
  }
  .recommend__point__feature__item__txt {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .recommend__point__feature__item.w-half {
    align-items: flex-start;
    margin-bottom: 32px;
  }
  .recommend__point__partner__box {
    background-color: #fff;
    border-radius: 4px;
    max-width: 680px;
    margin: 0 auto;
    padding: 25px 20px;
    position: relative;
    text-align: center;
  }
  .recommend__point__partner__subttl {
    background-color: #199bb7;
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    height: 24px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -12px;
    transform: translateX(-50%);
    width: 137px;
  }
  .recommend__point__partner__subttl .fz-l {
    font-size: 21px;
    vertical-align: text-bottom;
  }
  .recommend__point__partner__ttl {
    font-size: 23px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 20px;
  }
  .recommend__point__partner__lead {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.6;
    margin: 22px 0 40px;
  }
  .recommend__point__notes {
    margin: 30px auto 55px;
    max-width: 680px;
  }
  .recommend__point__notes__head {
    align-items: center;
    border-top: 1px solid #c0c0c0;
    border-bottom: 1px solid #c0c0c0;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    height: 45px;
    justify-content: center;
    position: relative;
  }
  .recommend__point__notes__head:after {
    content: "+";
    font-size: 21px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .recommend__point__notes__head.is-active:after {
    content: "━";
    font-size: 15px;
  }
  .recommend__point__notes__body {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    display: none;
    padding: 14px 18px;
  }
  .recommend__point__notes__body a {
    color: #199bb7;
    font-size: 11px;
    line-height: 1.6;
    position: relative;
    text-decoration: underline;
  }
  .recommend__point__notes__list li {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 5px;
    padding-left: 0em;
  }
  .recommend__point__use__ttl {
    border-bottom: 3px solid #199bb7;
    border-top: 3px solid #199bb7;
    color: #199bb7;
    font-size: 21px;
    font-weight: bold;
    line-height: 1.6;
    margin: 0 auto 35px;
    padding: 17px 0;
    text-align: center;
    max-width: 680px;
  }
  .recommend__point__use__wrap {
    margin-bottom: 36px;
  }
  .recommend__point__use__item__ttl {
    align-items: center;
    display: flex;
    font-size: 19px;
    font-weight: bold;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 45px;
    position: relative;
  }
  .recommend__point__use__item__ttl:before {
    background: url("/promotion/ordercard/os_matome/image/icon_recommend_03_01.png") 0 0/contain no-repeat;
    content: "";
    height: 39px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 39px;
  }
  .recommend__point__use__item__ttl.ttl02:before {
    background-image: url("/promotion/ordercard/os_matome/image/icon_recommend_03_02.png");
  }
  .recommend__point__use__item__ttl.ttl03:before {
    background-image: url("/promotion/ordercard/os_matome/image/icon_recommend_03_03.png");
  }
  .recommend__point__use__item__ttl.ttl04:before {
    background-image: url("/promotion/ordercard/os_matome/image/icon_recommend_03_04.png");
  }
  .recommend__point__use__item__wrap {
    align-items: center;
    display: flex;
  }
  .recommend__point__use__item__img {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    align-items: center;
    display: flex;
    height: 94px;
    justify-content: center;
    margin-right: 15px;
    padding: 10px;
    width: 103px;
  }
  .recommend__point__use__item__txt {
    font-size: 17px;
    width: 209px;
  }
  .recommend__point__use__item__txt img {
    margin: 0 6px;
    vertical-align: baseline;
  }
  .recommend__point__use__item__txt .fz-l {
    font-size: 25px;
    font-weight: bold;
  }
  .recommend__point__use__item__txt .fz-ll {
    font-size: 40px;
    font-weight: bold;
  }
  .recommend__point__use__item + .recommend__point__use__item {
    margin-top: 46px;
  }
  .recommend__point__use__lead {
    color: #199bb7;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 18px;
  }
  .recommend__point__use__notes li {
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  .recommend__point__benefits__item__inner {
    display: flex;
  }
  .recommend__point__benefits__item__inner figure {
    margin-right: 5%;
    width: 120px;
  }
  .recommend__point__benefits__item__ttl {
    align-items: center;
    border-left: 9px solid #199bb7;
    color: #199bb7;
    display: flex;
    font-size: 20px;
    font-weight: bold;
    height: 22px;
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .recommend__point__benefits__item + .recommend__point__benefits__item {
    margin-top: 35px;
    padding-top: 40px;
    position: relative;
  }
  .recommend__point__benefits__item + .recommend__point__benefits__item:before {
    background-color: #199bb7;
    content: "";
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    transform: translateX(-15px);
    top: 0;
    width: calc(100% + 30px);
  }
  .recommend__point__benefits__item__wrap {
    width: 59%;
  }
  .recommend__point__benefits__item__txt {
    font-size: 15px;
    line-height: 1.6;
  }
  .recommend__point__benefits__item__txt.txt-l {
    font-size: 17px;
  }
  .recommend__point__benefits__item__note {
    font-size: 11px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .recommend__point__accordion-btn {
    align-items: center;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    height: 34px;
    justify-content: center;
    margin: 30px auto 0;
    position: relative;
    width: 164px;
  }
  .recommend__point__accordion-btn:after {
    content: "＋";
    font-size: 20px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
  }
  .recommend__point__accordion-btn.is-opened:after {
    content: "-";
    font-size: 23px;
    position: absolute;
    right: 10px;
    transform: translateY(-60%);
  }
  .recommend__point__accordion-btn.is-active {
    background-color: transparent;
  }
  .recommend__point__accordion-btn.is-active:after {
    transform: translateY(-50%) rotate(45deg);
  }
  .recommend__point + .recommend__point {
    margin-top: 35px;
  }
}
.recommend__point__feature__item__wrap .img {
  margin-top: 5px;
  min-width: 35px;
}

/*====================================
campaign
====================================*/
@media screen and (min-width: 768px) {
  .campaign__list {
    display: flex;
    justify-content: center;
    margin-bottom: 82px;
    flex-wrap: wrap;
  }
  .campaign__list li {
    max-width: 469px;
    width: 42.7%;
    margin: 0 10px 20px 10px;
  }
  .campaign__list__txt {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .campaign__list__txt .small {
    font-size: 14px;
  }
  .campaign__list__txt.fz-s {
    font-size: 15px;
    text-align: left;
  }
  .campaign__list.campaign-other {
    margin-bottom: 0;
  }
  .campaign__subttl {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
  }
  .campaign__subttl:before {
    border-bottom: 3px solid #f2f2f2;
    content: "";
    height: 1px;
    left: 50%;
    max-width: 950px;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: -1;
  }
  .campaign__subttl:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 330px;
    z-index: -1;
  }
}
@media screen and (max-width: 767.9px) {
  .campaign__list {
    margin: 0 auto 44px;
    max-width: 469px;
  }
  .campaign__list li + li {
    margin-top: 36px;
  }
  .campaign__list.campaign-other li + li {
    margin-top: 26px;
  }
  .campaign__list__txt {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .campaign__list__txt .small {
    font-size: 14px;
  }
  .campaign__list.campaign-other {
    margin-bottom: 0;
  }
  .campaign__subttl {
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
  }
  .campaign__subttl:before {
    border-bottom: 3px solid #f2f2f2;
    content: "";
    height: 1px;
    left: 50%;
    max-width: 950px;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 100%;
    z-index: -1;
  }
  .campaign__subttl:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    width: 12em;
    z-index: -1;
  }
}
/*====================================
join-flow
====================================*/
@media screen and (min-width: 768px) {
  .join-flow__tab-btn {
    border-bottom: 2px solid #199bb7;
    display: flex;
    width: 100%;
    text-align: center;
  }
  .join-flow__tab-btn > li {
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 10px 10px 0 0;
    color: #199bb7;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: bold;
    height: 55px;
    justify-content: center;
    width: 545px;
  }
  .join-flow__tab-btn > li + li {
    margin-left: 10px;
  }
  .join-flow__tab-btn > li.is-active {
    background-color: #199bb7;
    color: #fff;
  }
  .join-flow__tab-btn span {
    font-size: 18px;
  }
  .join-flow__tab-btn p {
    font-size: 11px;
    line-height: 1.5;
  }
  .join-flow__tab-cont {
    background-color: #f2f2f2;
    padding: 30px 20px 0;
  }
  .join-flow__tab-cont > li {
    display: none;
  }
  .join-flow__tab-cont > li.is-active {
    display: block;
  }
  .join-flow__tab-cont__ttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1;
  }
  .join-flow__tab-cont__ttl > span {
    display: inline-block;
    position: relative;
  }
  .join-flow__tab-cont__ttl .fz-l {
    color: #199bb7;
    display: block;
    font-size: 24px;
    margin-top: 10px;
  }
  .join-flow__tab-cont__ttl.ttl2 {
    margin-bottom: 10px;
    padding-bottom: 110px;
    position: relative;
  }
  .join-flow__tab-cont__ttl.ttl2:after {
    background: url("/promotion/ordercard/os_matome/image/bg_join-flow_03.png") 0 0/contain no-repeat;
    bottom: 0;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 120px;
  }
  .join-flow__tab-cont .swiper {
    width: 434px;
  }
  .join-flow__tab-cont .swiper__cont {
    position: relative;
    margin: 0 auto;
    width: 434px;
  }
  .join-flow__tab-cont .swiper .swiper-pagination-bullet {
    background-color: #199bb7;
    height: 11px;
    width: 11px;
  }
  .join-flow__tab-cont .swiper-button-prev, .join-flow__tab-cont .swiper-button-next, .join-flow__tab-cont .swiper-button-prev2, .join-flow__tab-cont .swiper-button-next2 {
    height: 52px;
    margin-top: 0;
    top: 50%;
    transform: translateY(calc(-50% - 12px));
    position: absolute;
    width: 33px;
    z-index: 5;
  }
  .join-flow__tab-cont .swiper-button-prev:after, .join-flow__tab-cont .swiper-button-next:after, .join-flow__tab-cont .swiper-button-prev2:after, .join-flow__tab-cont .swiper-button-next2:after {
    background: url("/promotion/ordercard/os_matome/image/icon_modal_arrow.png") 0 0/contain no-repeat;
    content: "";
    display: block;
    height: 52px;
    left: 0;
    top: 0;
    width: 33px;
  }
  .join-flow__tab-cont .swiper-button-prev.swiper-button-disabled, .join-flow__tab-cont .swiper-button-next.swiper-button-disabled, .join-flow__tab-cont .swiper-button-prev2.swiper-button-disabled, .join-flow__tab-cont .swiper-button-next2.swiper-button-disabled {
    opacity: 1;
  }
  .join-flow__tab-cont .swiper-button-prev.swiper-button-disabled:after, .join-flow__tab-cont .swiper-button-next.swiper-button-disabled:after, .join-flow__tab-cont .swiper-button-prev2.swiper-button-disabled:after, .join-flow__tab-cont .swiper-button-next2.swiper-button-disabled:after {
    background: url("/promotion/ordercard/os_matome/image/icon_modal_arrow_disable.png") 0 0/contain no-repeat;
  }
  .join-flow__tab-cont .swiper-button-prev, .join-flow__tab-cont .swiper-button-prev2 {
    left: -14px;
  }
  .join-flow__tab-cont .swiper-button-prev:after, .join-flow__tab-cont .swiper-button-prev2:after {
    transform: rotate(180deg);
  }
  .join-flow__tab-cont .swiper-button-next, .join-flow__tab-cont .swiper-button-next2 {
    right: -14px;
  }
  .join-flow__tab-cont__step {
    margin: 0 auto;
    width: 434px;
  }
  .swiper-slide {
    background-color: #fff;
    border-radius: 8px;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
  }
  .join-flow__tab-cont__step__inner {
    border-radius: 8px;
    position: relative;
    padding: 30px 50px;
    padding-bottom: 60px;
    width: 434px;
  }
  .join-flow__tab-cont__step__num {
    align-items: center;
    background-color: #199bb7;
    border-radius: 8px 0 10px 0;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
  }
  .join-flow__tab-cont__step__txt {
    font-size: 14px;
    line-height: 1.4;
  }
  .join-flow__tab-cont__step__note {
    border-top: 4px dotted #ccd2d7;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 14px;
    padding-top: 14px;
  }
  .join-flow__tab-cont__notes {
    margin: 30px auto 0;
    max-width: 830px;
    padding-bottom: 35px;
  }
  .join-flow__tab-cont__notes dt {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  .join-flow__tab-cont__notes__list {
    font-size: 11px;
  }
  .join-flow__tab-cont__notes__list li {
    line-height: 1.6;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .join-flow__tab-cont__notes__list li .mt1e {
    display: inline-block;
    margin-top: 1em;
    padding-left: 1.5em;
  }
}
.join-flow__tab-cont__notes__list a {
  color: #199bb7;
  font-size: 11px;
  line-height: 1.6;
  padding: 0 20px 1px 0;
  position: relative;
  text-decoration: underline;
}

.join-flow__tab-cont__notes__list a::after {
  background: url(/promotion/ordercard/os_matome/image/icon_external-link.png) 0 0/contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: 0.2em;
}

@media screen and (max-width: 767.9px) {
  .join-flow__tab-cont__notes__list a {
    color: #199bb7;
    font-size: 11px;
    line-height: 1.6;
    position: relative;
    text-decoration: underline;
  }
  .join-flow .section__inner {
    padding: 80px 0 0;
  }
  .join-flow__tab-btn {
    border-bottom: 2px solid #199bb7;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
  }
  .join-flow__tab-btn span {
    font-size: 21px;
    line-height: 1.5;
  }
  .join-flow__tab-btn > li {
    align-items: center;
    background-color: #f2f2f2;
    border-radius: 5px 5px 0 0;
    color: #199bb7;
    cursor: pointer;
    display: flex;
    font-size: 17px;
    font-weight: bold;
    height: 70px;
    justify-content: center;
    text-align: center;
    width: 160px;
  }
  .join-flow__tab-btn > li + li {
    margin-left: 10px;
  }
  .join-flow__tab-btn > li.is-active {
    background-color: #199bb7;
    color: #fff;
  }
  .join-flow__tab-btn > li p {
    line-height: 1.2;
    font-size: 12px;
  }
  .join-flow__tab-cont {
    background-color: #f2f2f2;
    padding: 30px 20px 0;
  }
  .join-flow__tab-cont > li {
    display: none;
  }
  .join-flow__tab-cont > li.is-active {
    display: block;
  }
  .join-flow__tab-cont__ttl {
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0px;
    text-align: center;
  }
  .join-flow__tab-cont__ttl > span {
    display: inline-block;
    position: relative;
  }
  .join-flow__tab-cont__ttl .fz-l {
    color: #199bb7;
    display: block;
    font-size: 19px;
    margin-top: 10px;
  }
  .join-flow__tab-cont__ttl.ttl2 {
    margin: -30px 0 10px;
    padding-bottom: 110px;
    position: relative;
  }
  .join-flow__tab-cont__ttl.ttl2:after {
    background: url("/promotion/ordercard/os_matome/image/bg_join-flow_03.png") 0 0/contain no-repeat;
    bottom: 0;
    content: "";
    height: 100px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 120px;
  }
  .join-flow__tab-cont .swiper {
    width: 100%;
  }
  .join-flow__tab-cont .swiper__cont {
    position: relative;
    margin: 0 auto;
    max-width: 360px;
  }
  .join-flow__tab-cont .swiper-pagination-bullet {
    background-color: #199bb7;
    height: 11px;
    width: 11px;
  }
  .join-flow__tab-cont .swiper-button-prev, .join-flow__tab-cont .swiper-button-next, .join-flow__tab-cont .swiper-button-prev2, .join-flow__tab-cont .swiper-button-next2 {
    height: 52px;
    margin-top: 0;
    top: 50%;
    transform: translateY(calc(-50% - 12px));
    position: absolute;
    width: 33px;
    z-index: 5;
  }
  .join-flow__tab-cont .swiper-button-prev:after, .join-flow__tab-cont .swiper-button-next:after, .join-flow__tab-cont .swiper-button-prev2:after, .join-flow__tab-cont .swiper-button-next2:after {
    background: url("/promotion/ordercard/os_matome/image/icon_modal_arrow.png") 0 0/contain no-repeat;
    content: "";
    display: block;
    height: 52px;
    left: 0;
    top: 0;
    width: 33px;
  }
  .join-flow__tab-cont .swiper-button-prev.swiper-button-disabled, .join-flow__tab-cont .swiper-button-next.swiper-button-disabled, .join-flow__tab-cont .swiper-button-prev2.swiper-button-disabled, .join-flow__tab-cont .swiper-button-next2.swiper-button-disabled {
    opacity: 1;
  }
  .join-flow__tab-cont .swiper-button-prev.swiper-button-disabled:after, .join-flow__tab-cont .swiper-button-next.swiper-button-disabled:after, .join-flow__tab-cont .swiper-button-prev2.swiper-button-disabled:after, .join-flow__tab-cont .swiper-button-next2.swiper-button-disabled:after {
    background: url("/promotion/ordercard/os_matome/image/icon_modal_arrow_disable.png") 0 0/contain no-repeat;
  }
  .join-flow__tab-cont .swiper-button-prev, .join-flow__tab-cont .swiper-button-prev2 {
    left: -14px;
  }
  .join-flow__tab-cont .swiper-button-prev:after, .join-flow__tab-cont .swiper-button-prev2:after {
    transform: rotate(180deg);
  }
  .join-flow__tab-cont .swiper-button-next, .join-flow__tab-cont .swiper-button-next2 {
    right: -14px;
  }
  .join-flow__tab-cont__step {
    margin: 0 auto;
  }
  .swiper-slide {
    background-color: #fff;
    border-radius: 4px;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 20px;
  }
  .join-flow__tab-cont__step__inner {
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    padding: 30px;
    padding-bottom: 60px;
  }
  .join-flow__tab-cont__step__num {
    align-items: center;
    background-color: #199bb7;
    border-radius: 8px 0 10px 0;
    color: #fff;
    display: flex;
    font-size: 22px;
    font-weight: bold;
    height: 36px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 36px;
  }
  .join-flow__tab-cont__step__txt {
    font-size: 15px;
    line-height: 1.4;
  }
  .join-flow__tab-cont__step__note {
    border-top: 4px dotted #ccd2d7;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 14px;
    padding-top: 14px;
  }
  .join-flow__tab-cont__notes {
    margin: 35px auto 0;
    max-width: 830px;
  }
  .join-flow__tab-cont__notes dt {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 13px;
  }
  .join-flow__tab-cont__notes__list {
    font-size: 11px;
  }
  .join-flow__tab-cont__notes__list li {
    line-height: 1.6;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .join-flow__tab-cont__notes__list li .mt1e {
    display: inline-block;
    margin-top: 1em;
    padding-left: 0;
    text-indent: 0;
  }
  .join-flow__tab-cont .external-link {
    color: #199bb7;
    font-size: 15px;
    line-height: 1.6;
    padding: 0 20px 1px 0;
    position: relative;
  }
}
.join-flow__tab-cont__step__ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 18px;
  text-align: center;
}

@media (min-width: 768px) {
  .join-flow__tab-cont__step__ttl {
    font-size: 20px;
  }
}
.join-flow__tab-cont__step__ttl .type1 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #199bb7;
}

@media (min-width: 768px) {
  .join-flow__tab-cont__step__ttl .type1 {
    font-size: 16px;
  }
}
.join-flow__tab-cont__step__ttl .type2 {
  display: block;
  font-size: 14px;
  font-weight: 500;
  background: #199bb7;
  border-radius: 100px;
  color: #fff;
  padding: 2px 16px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 8px;
}

@media (min-width: 768px) {
  .join-flow__tab-cont__step__ttl .type2 {
    font-size: 15px;
  }
}
.join-flow__tab-cont__step__ttl .type2:after {
  border-top: 6px solid #199bb7;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  margin: auto;
  position: absolute;
  width: 0;
  right: 0;
  left: 0;
  bottom: -4px;
}

.join-flow__tab-cont__notes--wrap {
  background: #f2f2f2;
  border-radius: 0 0 8px 8px;
  padding: 30px 20px 35px;
}

.join-flow__tab-cont__notes--other {
  margin: 0 auto;
  max-width: 830px;
}

.join-flow__tab-cont__notes--other dt {
  align-items: center;
  border: 1px solid #999;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  height: 45px;
  justify-content: center;
  position: relative;
}

.join-flow__tab-cont__notes--other dt:after {
  content: "+";
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.join-flow__tab-cont__notes--other dt.is-active:after {
  content: "━";
  font-size: 14px;
}

.join-flow__tab-cont__notes--other dd {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 25px 20px;
}

@media (min-width: 768px) {
  .join-flow__tab-cont__notes--other dd {
    padding: 40px 58px;
  }
}
.join-flow__tab-cont__notes--other dd ul:last-child {
  margin-bottom: 0;
}

.join-flow__tab-cont__notes--other__list {
  margin-bottom: 25px;
}

.join-flow__tab-cont__notes--other__list li {
  font-size: 12px;
  line-height: 1.6;
}

.join-flow__tab-cont__notes--other__listv1 li {
  font-size: 11px;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .join-flow__tab-cont__notes--other__list li {
    font-size: 12px;
  }
  .join-flow__tab-cont__notes--other__listv1 li {
    font-size: 11px;
  }
}
.join-flow__tab-cont__notes--other__ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}

@media (min-width: 375px) and (max-width: 400px) {
  .join-flow__tab-cont__step__ttl .br01 {
    display: block;
  }
}
@media (max-width: 374px) {
  .join-flow__tab-cont__step__ttl .br01 {
    display: none;
  }
}
@media (min-width: 401px) {
  .join-flow__tab-cont__step__ttl .br01 {
    display: none;
  }
}
/*====================================
lineup
====================================*/
@media screen and (min-width: 768px) {
  .lineup__list > li {
    background-color: #ededed;
    border-radius: 8px;
    position: relative;
    padding: 60px 5.4% 50px;
  }
  .lineup__list > li + li {
    margin-top: 40px;
  }
  .lineup__list__wrap {
    display: flex;
  }
  .lineup__list__head {
    margin-right: 1%;
    text-align: center;
    width: 38%;
  }
  #cardinfo_standard .lineup__list__head {
    margin-right: 2%;
    width: 37%;
  }
  #cardinfo_gold .lineup__list__head {
    margin-right: 2%;
    width: 37%;
  }
  #cardinfo_wl .lineup__list__head {
    margin-right: 3%;
    width: 39%;
  }
  .lineup__list__ttl {
    color: #199bb7;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .lineup__list__img {
    margin-bottom: -30px;
    width: 90%;
    margin: 0 auto -30px;
  }
  #cardinfo_standard .lineup__list__img {
    margin-bottom: -10px;
  }
  #cardinfo_gold .lineup__list__img, #cardinfo_wl .lineup__list__img {
    margin-bottom: -10px;
  }
  .lineup__list__lead {
    background-color: #199bb7;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin: 10px;
    padding: 8px 10%;
  }
  .lineup__list__link a {
    display: block;
    width: 100%;
  }
  .lineup__list__link a .external-link {
    padding: 7px 23px 1px 6px;
  }
  .lineup__list__link a .external-link:after {
    right: 4px;
  }
  .lineup__list__feature {
    flex: 1;
  }
  .lineup__list__feature .em {
    color: #cb0000;
  }
  .lineup__list__feature__inner {
    display: flex;
  }
  .lineup__list__feature__inner dl {
    font-size: 18px;
    font-weight: bold;
    height: 160px;
    width: 32%;
  }
  .lineup__list__feature__inner dl + dl {
    margin-left: 2%;
  }
  .lineup__list__feature__inner dl dt {
    align-items: center;
    background-color: #dbdbdb;
    display: flex;
    font-weight: bold;
    height: 42px;
    justify-content: center;
  }
  .lineup__list__feature__inner dl dd {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 115px;
    justify-content: center;
    text-align: center;
  }
  .lineup__list__feature__inner dl dd p {
    line-height: 1.6;
  }
  .lineup__list__feature__desc {
    background-color: #fff;
    font-size: 14px;
    margin-top: 8px;
    padding: 20px;
    text-align: left;
    padding-left: 34px;
  }
  .lineup__list__feature__desc li {
    list-style: disc;
    line-height: 1.6;
  }
  .lineup__list__entry a {
    align-items: center;
    background-color: #fa7d00;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 25px;
    height: 60px;
    justify-content: center;
    margin: 30px auto 0;
    position: relative;
    width: 340px;
  }
  .lineup__list__bnr {
    margin-top: 40px;
    text-align: center;
  }
}
@media screen and (max-width: 767.9px) {
  .lineup .section__head {
    margin-bottom: 20px;
    position: relative;
  }
  .lineup .section__head:after {
    background-color: #cecec6;
    bottom: -30px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 85px;
  }
  .lineup__list > li {
    padding-top: 160px;
  }
  .lineup__list__inner {
    background-color: #ededed;
    border-radius: 4px;
    position: relative;
    padding: 100px 0 25px;
  }
  .lineup__list__head {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    text-align: center;
    top: -110px;
    width: 100%;
  }
  .lineup__list__ttl {
    color: #199bb7;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 18px;
  }
  .lineup__list__img {
    margin: 0 auto -25px;
    max-width: 201px;
    width: 64%;
  }
  #cardinfo_standard .lineup__list__img, #cardinfo_gold .lineup__list__img, #cardinfo_wl .lineup__list__img {
    margin-bottom: -15px;
    max-width: 320px;
    width: 90%;
  }
  .lineup__list__lead {
    background-color: #199bb7;
    border-radius: 17px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    margin: 10px;
    padding: 6px 30px;
  }
  .lineup__list__link a {
    display: block;
    margin: 20px auto 0;
    text-align: center;
    width: 100%;
  }
  .lineup__list__link a .external-link {
    color: #fa7d00;
    font-size: 17px;
    line-height: 1.6;
    padding: 0 22px 1px 0;
    position: relative;
    border-bottom: none;
  }
  .lineup__list__link a .external-link:after {
    bottom: 4px;
    content: "";
    height: 17px;
    position: absolute;
    right: 0;
    width: 17px;
    background: url("/promotion/ordercard/os_matome/image/icon_external-link_orange.png") 0 0/contain no-repeat;
  }
  .lineup__list__feature .em {
    color: #cb0000;
  }
  .lineup__list__feature__inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1%;
  }
  .lineup__list__feature__inner dl {
    font-size: 14px;
    font-weight: bold;
    margin: 0 1% 10px;
    width: 48%;
  }
  .lineup__list__feature__inner dl.w100 {
    width: 100%;
  }
  .lineup__list__feature__inner dl.w100 dd {
    height: 65px;
  }
  .lineup__list__feature__inner dl dt {
    align-items: center;
    background-color: #dbdbdb;
    display: flex;
    font-weight: bold;
    height: 50px;
    justify-content: center;
  }
  .lineup__list__feature__inner dl dd {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 120px;
    justify-content: center;
    text-align: center;
  }
  .lineup__list__feature__inner dl dd p {
    line-height: 1.6;
  }
  .lineup__list__feature__inner dl dd .em_num {
    font-size: 30px;
  }
  .lineup__list__feature__desc {
    background-color: #fff;
    font-size: 14px;
    margin: 0 2%;
    padding: 14px;
    text-align: left;
  }
  .lineup__list__feature__desc li {
    line-height: 1.6;
  }
  .lineup__list__entry a {
    align-items: center;
    background-color: #fa7d00;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 20px;
    height: 54px;
    justify-content: center;
    margin: 30px auto 0;
    position: relative;
    width: 275px;
  }
  .lineup__list__bnr {
    margin: 10px;
    text-align: center;
  }
}
.lineup__btn {
  display: flex;
  justify-content: center;
}

.lineup__btn--detail a {
  align-items: center;
  border: 1px solid #fa7d00;
  border-radius: 6px;
  background-color: #ffffff;
  color: #fa7d00;
  display: flex;
  font-size: 19px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  margin-right: 10px;
  position: relative;
  width: 190px;
}

.lineup__btn--detail a:after {
  background: url("/promotion/ordercard/os_matome/image/ico_lineup_detail_arrow.png") 0 0/contain no-repeat;
  content: "";
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}

.lineup__btn--apply {
  display: flex;
  justify-content: center;
}

.lineup__btn--apply a {
  text-align: center;
  align-items: center;
  background-color: #fa7d00;
  border: 1px solid #fa7d00;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 19px;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 386px;
}

.lineup__btn--apply a:after {
  background: url("/promotion/ordercard/os_matome/image/ico_lineup_apply_arrow.png") 0 0/contain no-repeat;
  content: "";
  height: 18px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
}

@media screen and (max-width: 767.9px) {
  .lineup__btn {
    display: flex;
    justify-content: center;
  }
  .lineup__btn--detail a {
    align-items: center;
    border: 1px solid #fa7d00;
    border-radius: 6px;
    background-color: #ffffff;
    color: #fa7d00;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    margin-right: 10px;
    padding-left: 0px;
    position: relative;
    width: 28vw;
  }
  .lineup__btn--detail a:after {
    background: url("/promotion/ordercard/os_matome/image/ico_lineup_detail_arrow.png") 0 0/contain no-repeat;
    content: "";
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
  }
  .lineup__btn--apply a {
    align-items: center;
    background-color: #fa7d00;
    border: 1px solid #fa7d00;
    border-radius: 6px;
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: bold;
    height: 48px;
    margin-right: 0px;
    padding-left: 0px;
    position: relative;
    width: 53.67vw;
  }
  .lineup__btn--apply a:after {
    background: url("/promotion/ordercard/os_matome/image/ico_lineup_apply_arrow.png") 0 0/contain no-repeat;
    content: "";
    height: 18px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
  }
}
@media screen and (max-width: 767.9px) {
  .lineup__list > li {
    padding-top: 190px;
  }
  .lineup__list #cardinfo_gold, .lineup__list #cardinfo_wl {
    padding-top: 220px;
  }
  .lineup__list__head {
    top: -150px;
  }
  #cardinfo_gold .lineup__list__head, #cardinfo_wl .lineup__list__head {
    top: -180px;
  }
  .comparison-table-scroll {
    padding-top: 85px;
  }
}
.lineup__list__ttl2 {
  margin-bottom: 10px;
  font-size: 16px;
}

@media screen and (max-width: 767.9px) {
  .lineup__list > li.vribbon1 {
    padding-top: 200px;
  }
  .lineup__list > li.vribbon1 .lineup__list__head {
    top: -160px;
  }
  li.vribbon1 .lineup__list__inner {
    padding: 155px 0 25px;
  }
}
/*====================================
comparison
====================================*/
#comparison {
  margin-bottom: 40px;
}

.comparison__notes .title {
  padding: 90px 0px 30px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #comparison {
    margin-bottom: 50px;
  }
  .comparison .section__head {
    margin-bottom: 110px;
  }
  .comparison-table {
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: 0 auto 30px;
    max-width: 980px;
    width: 100%;
  }
  .comparison-table th {
    background-color: #199bb7;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 5px;
    vertical-align: middle;
  }
  .comparison-table th .fz-s {
    font-size: 10px;
  }
  .comparison-table td {
    border-bottom: 1px solid #cee1e5;
    color: #199bb7;
    font-size: 13px;
    line-height: 1.2;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .comparison-table td:nth-child(odd) {
    background-color: #ededed;
  }
  .comparison-table td .fz-s {
    font-size: 12px;
  }
  .comparison-table td .wrap {
    display: flex;
    text-align: left;
  }
  .comparison-table tr:first-child th {
    border-radius: 10px 0 0 0;
  }
  .comparison-table tr:first-child td {
    padding-top: 43px;
  }
  .comparison-table tr:last-child th {
    background-color: #00c6a3;
    border-radius: 0 0 0 10px;
  }
  .comparison-table tr:last-child td {
    border-bottom: none;
    color: #00c6a3;
    font-size: 14px;
    font-weight: bold;
  }
  .comparison-table tr:last-child td .fz-l {
    font-size: 23px;
  }
  .comparison-table__img {
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 114px;
  }
  .comparison-table__name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .comparison-table__lead {
    background-color: #199bb7;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto;
    padding: 5px;
    width: 95%;
  }
  .comparison__notes {
    margin: 0 auto;
    max-width: 980px;
  }
  .comparison__notes__list li {
    color: #199bb7;
    font-size: 11px;
    line-height: 1.6;
  }
  .comparison__notes__title {
    font-size: 28px;
    line-height: 1.6;
    padding: 20px 0 0px;
  }
  .comparison__notes__subttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 15px;
  }
  .comparison__notes__txt {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .comparison__notes__txt.v2 {
    margin-top: 15px;
  }
  .comparison__notes__txt.American_size {
    font-size: 11px;
  }
  .comparison__notes__txt.num {
    text-align: right;
    margin-top: 10px;
  }
}
.comparison__notes__txt a {
  color: #199bb7;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}

.comparison__notes__txt a::after {
  background: url(/promotion/ordercard/os_matome/image/icon_external-link.png) 0 0/contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: 0.2em;
}

@media screen and (max-width: 767.9px) {
  .comparison-table {
    background-color: #f2f2f2;
    border-radius: 5px;
    margin: 0 auto;
    width: 1050px;
  }
  .comparison-table__outer.is-active {
    position: relative;
  }
  .comparison-table__outer.is-active:after {
    box-shadow: -14px 0 7px -12px rgba(0, 0, 0, 0.355) inset;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
  .comparison-table-scroll {
    margin-bottom: 20px;
    overflow-x: auto;
    padding-top: 50px;
    width: 100%;
  }
  .comparison-table th {
    background-color: #199bb7;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    left: 0;
    line-height: 1.2;
    padding: 15px 5px;
    position: sticky;
    vertical-align: middle;
    z-index: 2;
  }
  .comparison-table th:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-right: none;
  }
  .comparison-table th .fz-s {
    font-size: 10px;
  }
  .comparison-table td {
    border-bottom: 1px solid #cee1e5;
    color: #199bb7;
    font-size: 14px;
    line-height: 1.2;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    vertical-align: middle;
  }
  .comparison-table td:nth-child(odd) {
    background-color: #ededed;
  }
  .comparison-table td .fz-s {
    font-size: 10px;
  }
  .comparison-table td .wrap {
    display: flex;
    text-align: left;
  }
  .comparison-table tr:first-child th {
    border-radius: 5px 0 0 0;
  }
  .comparison-table tr:first-child th:after {
    content: "";
    background-color: #fff;
    height: 75px;
    left: 0;
    position: absolute;
    top: -75px;
    width: 100%;
  }
  .comparison-table tr:first-child td {
    padding-top: 43px;
  }
  .comparison-table tr:last-child th {
    background-color: #00c6a3;
    border-radius: 0 0 0 5px;
  }
  .comparison-table tr:last-child td {
    border-bottom: none;
    color: #00c6a3;
    font-size: 13px;
    font-weight: bold;
  }
  .comparison-table tr:last-child td .fz-l {
    font-size: 21px;
  }
  .comparison-table__img {
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 114px;
  }
  .comparison-table__name {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .comparison-table__lead {
    background-color: #199bb7;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto;
    padding: 5px;
    width: 95%;
  }
  .comparison__notes {
    margin: 0 auto;
    max-width: 980px;
  }
  .comparison__notes__list li {
    color: #199bb7;
    font-size: 11px;
    line-height: 1.6;
  }
  .comparison__notes__subttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    margin-top: 15px;
  }
  .comparison__notes__txt {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
  }
  .comparison__notes__txt.v2 {
    margin-top: 15px;
  }
  .comparison__notes__txt.American_size {
    font-size: 11px;
  }
}
.comparison-table td .wrap {
  justify-content: center;
}

/*====================================
fixed-button
====================================*/
@media screen and (min-width: 768px) {
  .fixed-button {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    display: flex;
    height: 79px;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .fixed-button__list {
    display: flex;
  }
  .fixed-button__list li a {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 22px;
    height: 57px;
    justify-content: center;
  }
  .fixed-button__list li a span {
    position: relative;
  }
  .fixed-button__list li a span:after {
    background: url("/promotion/ordercard/os_matome/image/icon_arrow_down.svg") 0 0/contain no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    right: -23px;
    top: 50%;
    transform: translateY(-40%);
    width: 14px;
  }
  .fixed-button__list li.btn-lineup a {
    background-color: #fa7d00;
    width: 360px;
  }
  .fixed-button__list li.btn-comparison {
    margin-left: 7px;
  }
  .fixed-button__list li.btn-comparison a {
    background-color: #199bb7;
    width: 190px;
  }
}
@media screen and (max-width: 767.9px) {
  .fixed-button {
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
    bottom: 0;
    display: flex;
    height: 66px;
    justify-content: center;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
  }
  .fixed-button__list {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .fixed-button__list li a {
    align-items: center;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 48px;
    justify-content: center;
  }
  .fixed-button__list li a span {
    position: relative;
    transform: translateX(-10px);
  }
  .fixed-button__list li a span:after {
    background: url("/promotion/ordercard/os_matome/image/icon_arrow_down.svg") 0 0/contain no-repeat;
    content: "";
    height: 14px;
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-40%);
    width: 14px;
  }
  .fixed-button__list li.btn-lineup {
    width: 57.6%;
  }
  .fixed-button__list li.btn-lineup a {
    background-color: #fa7d00;
  }
  .fixed-button__list li.btn-comparison {
    margin-left: 7px;
    width: 30.9%;
  }
  .fixed-button__list li.btn-comparison a {
    background-color: #199bb7;
  }
}
/*====================================
modal
====================================*/
@media screen and (min-width: 768px) {
  .modal {
    position: relative;
  }
  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 99;
  }
  .modal__cont {
    border-radius: 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.17);
    display: none;
    left: 50%;
    max-width: 920px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 100;
  }
  .modal__cont__head {
    align-items: center;
    background-color: #199bb7;
    border-radius: 10px 10px 0 0;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: center;
    height: 39px;
    position: relative;
  }
  .modal__cont__close-btn {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.17);
    bottom: -5px;
    border-radius: 50%;
    color: #199bb7;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 38px;
    justify-content: center;
    line-height: 36px;
    position: absolute;
    right: 15px;
    width: 38px;
  }
  .modal__cont__body {
    background-color: #fff;
    padding: 24px 0 40px;
    text-align: center;
  }
  .modal__cont__ttl {
    color: #199bb7;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  .modal__cont__img {
    display: inline-block;
    width: 214px;
    margin-top: 10px;
  }
  .modal__cont__img.v2 {
    width: 500px;
    margin-bottom: 10px;
  }
  .modal__cont__img.v3 {
    width: 400px;
  }
  .modal__cont__btn {
    display: flex;
    justify-content: center;
    align-items: end;
  }
  .modal__cont__btn li {
    width: auto;
  }
  .modal__cont__btn li + li {
    margin-left: 20px;
  }
  .modal__cont__btn li p {
    font-size: 13px;
    margin-top: 5px;
  }
  .modal__cont__btn li a {
    background-color: #fa7d00;
    border: 2px solid #fa7d00;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    width: 290px;
  }
  .modal__cont__btn li a .fz-s {
    font-size: 15px;
  }
  .modal__cont__btn li.numberless a, .modal__cont__btn li.mobasoku a {
    background-color: #fff;
    color: #fa7d00;
  }
  .modal__cont__foot {
    background-color: #f2f2f2;
    border-radius: 0 0 10px 10px;
    padding: 27px 20px;
    text-align: center;
  }
  .modal__cont__foot .external-link {
    color: #fa7d00;
    font-size: "px";
    line-height: 1.6;
    padding: 0 "5px" 1px 0;
    position: relative;
  }
  .modal__cont__foot .external-link:after {
    bottom: 4px;
    content: "";
    height: "px";
    right: 0;
    width: "px";
    background: url("/promotion/ordercard/os_matome/image/icon_external-link_orange.png") 0 0/contain no-repeat;
  }
  .modal__cont__notes {
    text-align: left;
    width: 700px;
    margin: auto;
  }
  .modal__cont__notes li {
    font-size: 11px;
    line-height: 1.6;
  }
  .modal__cont__link {
    color: #199bb7;
    font-size: 12px;
    line-height: 1.6;
    position: relative;
    text-decoration: underline;
  }
  .modal__cont__lead {
    color: #199bb7;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
  }
  .American_size {
    font-size: 11px;
  }
}
@media screen and (max-width: 767.9px) {
  .modal {
    position: relative;
  }
  .modal__cont__notes {
    text-align: left;
    width: 100%;
    margin: auto;
  }
  .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 99;
  }
  .modal__cont {
    border-radius: 10px;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.17);
    display: none;
    left: 50%;
    max-width: 640px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 90%;
    z-index: 100;
    overflow-y: scroll;
    max-height: 90%;
  }
  .modal__cont__head {
    align-items: center;
    background-color: #199bb7;
    border-radius: 5px 5px 0 0;
    color: #fff;
    display: flex;
    font-size: 16px;
    justify-content: center;
    height: 39px;
    position: relative;
  }
  .modal__cont__close-btn {
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.17);
    bottom: 5px;
    border-radius: 50%;
    color: #199bb7;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    height: 29px;
    justify-content: center;
    position: absolute;
    right: 12px;
    width: 29px;
  }
  .modal__cont__body {
    background-color: #fff;
    padding: 20px 0;
    text-align: center;
  }
  .modal__cont__ttl {
    color: #199bb7;
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
  }
  .modal__cont__img {
    display: inline-block;
    margin-bottom: -26px;
    width: 200px;
  }
  .modal__cont__img.v2, .modal__cont__img.v3 {
    width: 250px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .modal__cont__btn li {
    margin: 0 auto;
    width: 275px;
  }
  .modal__cont__btn li + li {
    margin-top: 20px;
  }
  .modal__cont__btn li p {
    font-size: 12px;
    margin-top: 5px;
  }
  .modal__cont__btn li a {
    background-color: #fa7d00;
    border: 2px solid #fa7d00;
    border-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 20px;
    height: 50px;
    justify-content: center;
    width: 275px;
  }
  .modal__cont__btn li a .fz-s {
    font-size: 15px;
  }
  .modal__cont__btn li.numberless a, .modal__cont__btn li.mobasoku a {
    background-color: #fff;
    color: #fa7d00;
  }
  .modal__cont__foot {
    background-color: #f2f2f2;
    border-radius: 0 0 5px 5px;
    padding: 15px 20px 20px;
    text-align: center;
  }
  .modal__cont__foot .external-link {
    color: #fa7d00;
    font-size: "px";
    line-height: 1.6;
    padding: 0 "5px" 1px 0;
    position: relative;
  }
  .modal__cont__foot .external-link:after {
    content: "";
    background: url("/promotion/ordercard/os_matome/image/icon_external-link_orange.png") 0 0/contain no-repeat;
  }
  .modal__cont__notes li {
    font-size: 11px;
    line-height: 1.4;
    text-align: left;
  }
  .modal__cont__link {
    font-size: 14px;
    margin-top: 5px;
  }
  .modal__cont__lead {
    color: #199bb7;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .American_size {
    font-size: 11px;
  }
}
.modal__cont__notes a {
  color: #199bb7;
  font-size: 11px;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}

.modal__cont__notes a::after {
  background: url(/promotion/ordercard/os_matome/image/icon_external-link.png) 0 0/contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: 0.2em;
}

/*====================================
footer
====================================*/
@media screen and (min-width: 768px) {
  .footer {
    background: #191919;
    width: 100%;
  }
  .footer__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 40px 10px;
    position: relative;
  }
  .footer__pagetop {
    position: absolute;
    right: 0;
    top: 23px;
  }
  .footer__pagetop a {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
  }
  .footer__pagetop a span {
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    display: block;
    height: 12px;
    transform: rotate(-135deg);
    width: 12px;
  }
  .footer__list {
    display: flex;
    margin: 0 0 14px 3px;
  }
  .footer__list li:not(:last-child) {
    margin-right: 30px;
  }
  .footer__list li a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
  }
  .footer__list li a:after {
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-left: 0.5em;
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.5em;
  }
  .footer__list li a:hover {
    opacity: 0.5;
  }
  .footer__info {
    display: flex;
    align-items: center;
    line-height: 1;
  }
  .footer__logo img {
    height: 16px;
    width: 59px;
  }
  .footer__copy {
    color: #fff;
    margin-left: 24px;
  }
}
@media screen and (max-width: 767.9px) {
  .footer {
    background: #191919;
    width: 100%;
  }
  .footer__inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 24px 20px;
    position: relative;
  }
  .footer__pagetop {
    position: absolute;
    right: 5px;
    top: 23px;
  }
  .footer__pagetop a {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
  }
  .footer__pagetop a span {
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    display: block;
    height: 12px;
    transform: rotate(-135deg);
    width: 12px;
  }
  .footer__list {
    margin-top: 24px;
  }
  .footer__list li a {
    color: #fff;
    font-size: 13px;
    line-height: 1;
  }
  .footer__list li a:after {
    border-bottom: solid #fff 2px;
    border-right: solid #fff 2px;
    content: "";
    display: inline-block;
    height: 0.5em;
    margin-left: 0.5em;
    position: relative;
    top: -1px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width: 0.5em;
  }
  .footer__list li a:hover {
    opacity: 0.5;
  }
  .footer__list li + li {
    margin-top: 18px;
  }
  .footer__info {
    margin-top: 35px;
    line-height: 1;
  }
  .footer__logo img {
    height: 16px;
    width: 59px;
  }
  .footer__copy {
    color: #fff;
    margin-top: 12px;
  }
}
/*====================================
other
====================================*/
.aimg1 {
  margin-bottom: 10px;
}

/*====================================
ribbon1
====================================*/
.ribbon1 {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 1px;
  height: 24px;
  padding: 4px 23px 0px;
  line-height: 1;
  background: #cb0000;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: -1px;
  left: -1px;
  border-width: 13px 0px 13px 8px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: -1px;
  right: -1px;
  border-width: 13px 8px 13px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

@media screen and (min-width: 768px) {
  .ribbon1:before {
    top: -1px;
    left: -1px;
    border-width: 13px 0px 13px 8px;
    border-color: transparent transparent transparent #ededed;
    border-style: solid;
  }
  .ribbon1:after {
    top: -1px;
    right: -1px;
    border-width: 13px 8px 13px 0px;
    border-color: transparent #ededed transparent transparent;
    border-style: solid;
  }
}
.ribbon1.v2 {
  left: 50%;
  position: absolute;
  top: -70px;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  color: #FFF;
  box-sizing: border-box;
  font-size: 12px;
  letter-spacing: 1px;
  height: 20px;
  padding: 3px 12px 0px;
  line-height: 1;
  background: #cb0000;
}

.ribbon1.v2:before, .ribbon1:after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1.v2:before {
  top: -1px;
  left: -1px;
  border-width: 11px 0px 11px 6px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1.v2:after {
  top: -1px;
  right: -1px;
  border-width: 11px 6px 11px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.lineup .img-btn {
  margin: 20px auto 0px;
  max-width: 330px;
}

@media screen and (max-width: 767.9px) {
  .lineup .img-btn {
    width: calc(100% - 30px);
    margin: 20px auto 0px;
  }
}
.comparison__notes__txt.num {
  text-align: right;
  margin-top: 10px;
}

.comparison-table td .wrap figure {
  width: 50px;
}

.comparison-table td .wrap figure:first-child {
  margin-right: 5px;
}

#cardinfo_s .lineup__list__feature.sp_only {
  margin-top: 30px;
}

.bnn_ann {
  text-align: center;
}

@media screen and (max-width: 767.9px) {
  .bnr_ann_txt {
    text-align: left;
    margin-top: 5px;
    font-size: 11px;
  }
}
.c-card_flow {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  width: 85%;
  margin: auto;
}

@media screen and (max-width: 767.9px) {
  .c-card_flow {
    width: 100%;
  }
}
.card_flow_item {
  display: flex;
}

.card_flow_item img {
  max-width: 100%;
  display: block;
}

@media screen and (max-width: 500px) {
  .c-card_flow {
    padding: 40px 0;
  }
  .c-card_flow_image_heading {
    font-size: 18px;
  }
}
.c-card_flow_image_heading {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 11.4666666667px;
}

.c-card_flow_image_heading .-sub {
  font-size: 18.3466666667px;
  line-height: 1;
  font-weight: bold;
}

.c-card_flow_image_text {
  line-height: 1.5;
  font-weight: 400;
}

.type1 {
  font-size: 14px;
  font-weight: 500;
}

.bottom-35 {
  padding-bottom: 35px;
}

.partner_mag_area {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  padding: 20px;
  padding-bottom: 0;
}

.partner_mag {
  width: 45%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
}

.partner_mag p {
  line-height: 1.7;
  font-weight: bold;
}

.mag_orange {
  font-size: 24px;
  color: #FFB404;
}

@media screen and (max-width: 767.9px) {
  .partner_mag_area {
    display: block;
  }
  .partner_mag {
    width: 100%;
  }
}
.modal__cont__btn span {
  font-size: 20px;
  line-height: 1.7;
}

.modal_comment {
  margin-bottom: 10px;
}

.flow_item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 40px;
}

.security_box {
  margin: 30px 0;
  text-align: center;
}

.security_box .section__subttl {
  text-align: center;
}

.security_box .recommend__point__feature {
  text-align: left;
}

.security_box .American_size {
  text-align: center;
}

.text-11px {
  font-size: 11px;
}

.bottom-60px {
  margin-bottom: 60px;
}

.min-95px {
  min-width: 95px;
}

.modal_lines {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 7%;
  border: 1px solid #199bb7;
  border-radius: 9999px;
  background-color: #ffffff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}

.modal_lines::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #199bb7 transparent transparent;
  translate: -50% 100%;
}

.modal_lines::after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  border-style: solid;
  border-width: 7.8px 3.9px 0 3.9px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}

.normal {
  font-weight: normal;
}

.bold {
  font-weight: bold;
}

.flow-num {
  width: 74px;
  position: relative;
}

.flow-num::after {
  content: "";
  position: absolute;
  top: 56px;
  left: 0;
  right: 0;
  width: 2px;
  height: calc(100% - 30px);
  margin: auto;
  background-color: #199bb7;
}

.card_flow_item:last-child .flow-num::after {
  content: none;
}

.info03 {
  background: #F6F6F6;
  padding: 0 15px 40px;
}

.info03 .section__inner {
  max-width: 980px;
  margin: auto;
  padding: 40px 0px 20px;
}

@media screen and (max-width: 767.9px) {
  .info03 {
    padding: 0 0 40px;
  }
  .info03 .section__inner {
    padding: 20px 20px 0px;
  }
}
.tsumitate {
  margin: 30px auto 0;
  padding: 25px 20px;
  background-color: #FFFFFF;
  max-width: 680px;
  border-radius: 8px;
}

.tsumitate .new_icon {
  position: relative;
  background-color: #fa7d00;
  color: #fff;
  font-weight: bold;
  padding: 2px 25px 4px;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 14px;
  justify-content: center;
  white-space: nowrap;
  display: flex;
  max-width: 80px;
}

.tsumitate .new_icon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 8.9px 7.4px 0 7.4px;
  border-color: #fa7d00 transparent transparent;
  translate: -50% 100%;
}

.tsumitate .is-blue {
  color: #199bb7;
  font-size: 26px;
}

@media screen and (min-width: 768px) {
  .tsumitate .is-blue {
    color: #199bb7;
    font-size: 36px;
  }
}
.sw-title_line {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 16px;
}

.sw-title_line {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 12px;
  line-height: 1.5;
  position: relative;
}

.sw-notes {
  font-size: 11px !important;
  color: #818181;
  font-weight: 400;
  transform-origin: left top;
  margin-top: 16px;
}

.fade span.underline {
  position: relative;
  z-index: 1;
}

.tsumitate .ttl-text {
  font-size: 20px;
}

.tsumitate .ttl-text2 {
  font-size: 18px;
  margin-bottom: -4px;
}

.tsumitate .txt-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .tsumitate .ttl-text2 {
    font-size: 26px;
    margin-top: 16px;
  }
}
.tsumitate_item .ttl-text {
  margin-bottom: 20px;
}

.tsumitate_item .sw-ttl-txt {
  text-align: center;
  font-weight: bold;
}

.tsumitate_item .tsumitate_img3 {
  margin-top: 2rem;
}

@media screen and (max-width: 767.9px) {
  .tsumitate_item .tsumitate_img3 {
    margin-top: 0.5rem;
  }
}
.fade span.underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 6px;
  background: #b0d8e0;
  z-index: -1;
  transition: 0.5s all 0.8s;
}

.scroll-in span.underline:after {
  width: 100%;
}

.sw-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.8;
}

.tsumitate .box {
  background-color: #F2F2F2;
  border-radius: 4px;
  padding: 30px 10px;
  margin-top: 20px;
}

.tsumitate .logo-area {
  margin-top: 50px;
}

.tsumitate .logo-area .tsumitate_img {
  margin: 15px auto 50px;
  max-width: 534px;
  border: 2px solid #ebebeb;
  padding: 20px 20px 14px;
}

.tsumitate_img img {
  width: 100%;
}

.sw-title_line {
  margin-top: 12px;
  margin-bottom: 16px;
}

.tsumitate .box .box_wrapper {
  max-width: 690px;
  margin: 0 auto;
}

.sw-button {
  width: 250px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
  background-color: #ebebeb;
  border-radius: 20px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  visibility: visible;
}

.sw-button_big {
  width: 210px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  background-color: #ebebeb;
  border-radius: 20px;
  margin: 0 auto;
  margin-top: 28px;
  visibility: visible;
}

.recommend__point__notes2 {
  margin: 30px auto 55px;
  max-width: 680px;
}
.recommend__point__notes2.v2 {
  margin: 30px auto 0px;
}

.recommend__point__notes2__head {
  align-items: center;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  /*border-radius: 8px;*/
  cursor: pointer;
  display: flex;
  font-size: 16px;
  height: 45px;
  justify-content: center;
  position: relative;
}

.recommend__point__notes2__head:after {
  content: "+";
  font-size: 21px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.recommend__point__notes2__head.is-active:after {
  content: "━";
  font-size: 15px;
}

.recommend__point__notes2__body {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  display: none;
  padding: 30px 10px;
}

.recommend__point__notes2__body a {
  color: #199bb7;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}

.recommend__point__notes2__list li {
  padding-left: 0em;
  line-height: 1.6;
  margin-bottom: 5px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__notes2__list li {
    font-size: 11px;
    line-height: 1.6;
    margin-bottom: 5px;
    padding-left: 0em;
  }
}
@media screen and (max-width: 767.9px) {
  .recommend__point__notes2__body a {
    color: #199bb7;
    font-size: 11px;
    line-height: 1.6;
    position: relative;
    text-decoration: underline;
  }
}
.recommend__point__notes2__body a::after {
  background: url(/promotion/ordercard/os_matome/image/icon_external-link.png) 0 0/contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: 0.2em;
}

@media screen and (min-width: 768px) {
  .tsumitate {
    margin-top: 30px;
    text-align: center;
  }
  .tsumitate .ttl-text {
    font-size: 24px;
  }
  .tsumitate .sw-text {
    font-size: 18px;
  }
  .tsumitate .fade span.underline:after {
    height: 12px;
  }
  .notes-mb {
    margin-bottom: 50px;
  }
}
.info03 .external-link {
  color: #199bb7;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}

.info03 h2.fs {
  font-size: 17px;
}

.info03 .mg {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .info03 h2.fs {
    font-size: 18px;
  }
  .info03 .mg {
    margin-top: 16px;
  }
}
.tsumitate span.underline {
  position: relative;
  z-index: 1;
}

.tsumitate span.underline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 6px;
  background: #b0d8e0;
  z-index: -1;
  transition: 0.5s all 0.8s;
}

.tsumitate span.underline:after {
  width: 100%;
}

.recommend__point__ttl02 {
  margin-bottom: 0px;
}

.recommend__point .txt-mgt {
  margin: 3px auto 0;
}

@media screen and (min-width: 768px) {
  .recommend__point__ttl02 {
    margin-bottom: 0px;
  }
  .recommend__point .txt-mgt {
    margin: 6px auto 0;
  }
}
.sw-title_line02 {
  margin-top: 18px;
  margin-bottom: 4px;
}

.sw-title_line2 {
  margin-top: 40px;
  margin-bottom: 6px;
}

@media screen and (min-width: 768px) {
  .recommend .btm-0 {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .recommend__point .m-btm0 {
    margin-bottom: 0;
  }
}
.recommend__point__cont-none {
  display: none;
}

.campaign .campaign_ttl_notes {
  margin-top: 1.2rem;
  line-height: 1.4;
}

@media screen and (max-width: 767.9px) {
  .campaign .campaign_ttl_notes {
    margin-top: 0.8rem;
  }
}
.tsumitate-notes .inc_notes {
  margin: 20px 0;
}

.recommend__point__partner.banner-block {
  margin: 0px auto 0px;
  max-width: 600px;
  padding: 0;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner.banner-block {
    margin: 0 auto 0px;
  }
}
.partner_mag_area_note {
  padding: 20px 40px;
}

.partner_mag_area_note li {
  line-height: 1.6;
  text-align: left;
}

.partner_mag_area_note a {
  color: #199bb7;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  text-decoration: underline;
}

.partner_mag_area_note a::after {
  background: url(/promotion/ordercard/os_matome/image/icon_external-link.png) 0 0/contain no-repeat;
  content: "";
  height: 1em;
  width: 1em;
  display: inline-block;
  margin-left: 0.2em;
}

@media screen and (max-width: 767.9px) {
  .partner_mag_area_note {
    padding: 20px 0px;
    font-size: 11px;
  }
  .partner_mag_area_note a {
    font-size: 11px;
  }
  .partner_mag_area_note a::after {
    height: 1em;
    width: 1em;
  }
}
.banner-slick {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .banner-slick {
    max-width: 880px;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.banner-slick .slick-active {
  font-size: 15px;
}

.banner-slick .slide-arrow {
  position: absolute;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}

.banner-slick .slide-arrow::before {
  display: block;
  color: #0082c5;
}

.banner-slick .next-arrow {
  transition: 0.3s;
  right: -15px;
}

.banner-slick .prev-arrow {
  left: -15px;
  transition: 0.3s;
}

.banner-slick .next-arrow::before {
  border-top: 3px solid #08abe1;
  border-right: 3px solid #08abe1;
  transform: rotate(45deg);
}

.banner-slick .prev-arrow::before {
  border-top: 3px solid #08abe1;
  border-left: 3px solid #08abe1;
  transform: rotate(-45deg);
}

.banner-slick .next-arrow::before, .banner-slick .prev-arrow::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
}

.banner-slick .slick-disabled {
  cursor: default;
  opacity: 0.25;
}

.banner-slick .slick-dots li {
  width: 15px;
}

.banner-slick .slick-dots li button {
  padding: 0px;
  width: 15px;
}

.banner-slick .slick-dots li.slick-active button:before {
  color: #159ad2;
  font-size: 1rem;
}

.banner-slick .slick-dots li button:before {
  color: #b1d8f6;
  font-size: 0.5rem;
}

.banner-slick .slick-slide {
  margin: 0 10px;
}

.banner-slick .slick-slide img {
  width: 100%;
}

.l-content {
  padding: 0 25px;
}

.lineup .lineup__list li .c-card1 {
  border-top: 1px solid #199BB7;
  margin-top: 50px;
  padding-top: 50px;
}
.lineup .lineup__list li .c-card1 .c-txt1 {
  text-align: center;
}
.lineup .lineup__list li .c-card1 .c-txt1 h4 {
  font-size: 28px;
  line-height: 1.4;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1 .c-txt1 h4 {
    font-size: 20px;
  }
}
.lineup .lineup__list li .c-card1 .c-txt1 p {
  text-align: left;
  line-height: 1.55;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 15px;
}
@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1 .c-txt1 p {
    font-size: 14px;
  }
}
.lineup .lineup__list li .c-card1 a.disabled {
  background-color: #b3b3b3;
  border: 2px solid #b3b3b3;
  pointer-events: none;
}
.lineup .lineup__list li .c-card1 a.disabled::after {
  display: none;
}
.lineup .lineup__list li .c-card1 .c-close1 {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.lineup .lineup__list li .c-card1 .c-close1 .message {
  width: auto;
  display: inline-block;
  background: #fff;
  border: 1px solid #cb0000;
  padding: 10px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.lineup .lineup__list li .c-card1 .c-close1 h4 {
  color: #cb0000;
  line-height: 1.5;
  font-size: 16px;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .lineup .lineup__list li .c-card1 .c-close1 h4 {
    font-size: 14px;
  }
}
.lineup .lineup__list li .c-card1 .c-close1 p {
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lineup .lineup__list li .c-card1 .c-close1 p {
    font-size: 12px;
  }
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1 {
    margin-top: 40px;
    padding: 0px 15px;
    padding-top: 40px;
  }
}
.lineup .lineup__list li .c-card1 h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #199BB7;
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1 h2 {
    font-size: 20px;
  }
}
.lineup .lineup__list li .c-card1 h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #303030;
  padding-top: 10px;
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1 h3 {
    font-size: 24px;
  }
}
.lineup .lineup__list li .c-card1__box {
  width: 100%;
  height: auto;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px;
  margin-top: 40px;
}

@media screen and (max-width: 1023px) {
  .lineup .lineup__list li .c-card1__box {
    gap: 10px;
  }
}
@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__box {
    margin-top: 30px;
    gap: 10px;
  }
}
.lineup .lineup__list li .c-card1__item {
  width: calc(50% - 24px);
  height: auto;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__item {
    width: 100%;
  }
}
.lineup .lineup__list li .c-card1__item .img {
  width: 187px;
  height: auto;
}

@media screen and (max-width: 1023px) {
  .lineup .lineup__list li .c-card1__item .img {
    width: 130px;
  }
}
.lineup .lineup__list li .c-card1__item .img img {
  position: relative;
  left: -10px;
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__item .img img {
    left: -5px;
    width: 125px;
  }
}
@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__item .img {
    width: 50%;
    text-align: right;
  }
}
.lineup .lineup__list li .c-card1__item .content {
  width: calc(100% - 187px);
  height: auto;
  padding-left: 30px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .lineup .lineup__list li .c-card1__item .content {
    width: calc(100% - 130px);
    padding-left: 15px;
  }
}
@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__item .content {
    width: 50%;
    padding-left: 10px;
    padding-bottom: 30px;
  }
}
.lineup .lineup__list li .c-card1__item .content .ttl1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width: 1023px) {
  .lineup .lineup__list li .c-card1__item .content .ttl1 {
    font-size: 24px;
  }
}
.lineup .lineup__list li .c-card1__item .content .ttl2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
}

@media screen and (max-width: 1023px) {
  .lineup .lineup__list li .c-card1__item .content .ttl2 {
    font-size: 24px;
  }
}
.lineup .lineup__list li .c-card1__item .content .ttl2 rt {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 2px;
}

.lineup .lineup__list li .c-card1__item .content .txt1 {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
}

.lineup .lineup__list li .c-card1__btn {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__btn {
    margin-top: 10px;
  }
}
.lineup .lineup__list li .c-card1__btn .lineup__btn--apply {
  width: auto;
  height: auto;
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__btn .lineup__btn--apply a {
    line-height: 1.2;
  }
}
.lineup .lineup__list li .c-card1__txt {
  margin-top: 35px;
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__txt {
    margin-top: 25px;
  }
}
.lineup .lineup__list li .c-card1__txt ol li {
  font-size: 14px;
  line-height: 1.6;
}

@media screen and (max-width: 767.9px) {
  .lineup .lineup__list li .c-card1__txt ol li {
    font-size: 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 {
    margin-top: 10px;
  }
  .recommend__point__partner__box.sec2 .recommend__point__txt, .recommend__point__partner__box.sec2 .recommend__point__note {
    text-align: left;
  }
}
.recommend__point__partner__box.sec2 .ttl1 {
  padding-top: 10px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .ttl1 {
    padding-top: 2px;
  }
}
.recommend__point__partner__box.sec2 .ttl2 {
  font-size: 27px;
  padding-top: 20px;
}

.recommend__point__partner__box.sec2 .ttl2.v2 p {
  display: inline-block;
  text-decoration: underline;
  text-decoration-color: #b0d8e0;
  text-underline-offset: -2px;
  text-decoration-thickness: 8px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .ttl2.v2 p {
    text-decoration-thickness: 5px;
    text-underline-offset: -1px;
  }
}
.recommend__point__partner__box.sec2 .ttl2.v3 {
  margin-bottom: 5px;
}

.recommend__point__partner__box.sec2 .ttl2.v3 p {
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
  font-size: 24px;
}

.recommend__point__partner__box.sec2 .ttl2.v3 p span {
  padding-top: 5px;
  display: inline-block;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .ttl2.v3 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .ttl2 {
    font-size: 19px;
    padding-top: 10px;
  }
  .recommend__point__partner__box.sec2 .ttl2 p {
    line-height: 1.3;
  }
}
.recommend__point__partner__box.sec2 .logo1 {
  padding-top: 0px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .logo1 {
    padding-top: 0px;
  }
}
.recommend__point__partner__box.sec2 .txt1 {
  font-size: 15px;
  line-height: 1.5;
  padding-top: 5px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .txt1 {
    font-size: 12px;
  }
}
.recommend__point__partner__box.sec2 .sw-notes.v2 {
  padding-top: 0px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .sw-notes.v2 {
    text-align: left;
  }
}
.recommend__point__partner__box.sec2 .ttl3 {
  margin: 0 auto;
  margin-top: 20px;
  position: relative;
  z-index: 1;
  width: 280px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .ttl3 {
    margin-top: 10px;
  }
}
.recommend__point__partner__box.sec2 .ttl3::before {
  width: 100%;
  height: 2px;
  background: #303030;
  top: 50%;
  left: 0;
  content: "";
  position: absolute;
  z-index: -1;
}

.recommend__point__partner__box.sec2 .ttl3 p {
  font-size: 12px;
  background: #fff;
  display: inline-block;
  padding: 0px 5px;
}

.recommend__point__partner__box.sec2 .partner_mag_area {
  padding-top: 30px;
}

.recommend__point__partner__box.sec2 .table {
  width: 100%;
  height: auto;
  max-width: 470px;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table {
    margin-top: 15px;
  }
}
.recommend__point__partner__box.sec2 .table table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}

.recommend__point__partner__box.sec2 .table table th, .recommend__point__partner__box.sec2 .table table td {
  border: 2px solid #fff;
  padding: 10px 10px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table table th, .recommend__point__partner__box.sec2 .table table td {
    padding: 10px 10px;
    border: 1px solid #fff;
  }
}
.recommend__point__partner__box.sec2 .table table th {
  background: #003a8e;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table table th {
    font-size: 10px;
  }
}
.recommend__point__partner__box.sec2 .table table td {
  font-size: 22px;
  background: #a7e4ff;
  font-weight: 700;
  padding: 11px 10px;
  line-height: 1;
  color: #000000;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table table td {
    font-size: 11px;
    padding: 8px 10px;
  }
}
.recommend__point__partner__box.sec2 .table table tr:nth-child(odd) td {
  background: #e0faff;
}

.recommend__point__partner__box.sec2 .table .txt2 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  color: #000000;
  margin-top: 15px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table .txt2 {
    font-size: 12px;
  }
}
.recommend__point__partner__box.sec2 .table .btn {
  padding-top: 20px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table .btn {
    padding-top: 15px;
  }
}
.recommend__point__partner__box.sec2 .table .btn a {
  background: #fa7d02;
  border-radius: 5px;
  width: 100%;
  height: 70px;
  display: inline-block;
  justify-content: center;
  align-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
  opacity: 1 !important;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table .btn a {
    font-size: 10px;
    width: 260px;
    height: 40px;
    border-radius: 3px;
  }
}
.recommend__point__partner__box.sec2 .table .btn a span {
  font-size: 26px;
  font-weight: 700;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table .btn a span {
    font-size: 17px;
  }
}
.recommend__point__partner__box.sec2 .table .btn.v2 a {
  background: #ebebeb;
  color: #000000;
}

.recommend__point__partner__box.sec2 .table .btn.v2 a span {
  color: #1a9bb7;
}

.recommend__point__partner__box.sec2 .table .txt3 {
  color: #003a8e;
  font-size: 17px;
  text-align: left;
  padding-top: 15px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .table .txt3 {
    font-size: 9px;
  }
}
.recommend__point__partner__box.sec2 .ttl4 {
  width: auto;
  text-align: center;
  padding-top: 60px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .ttl4 {
    padding-top: 30px;
  }
}
.recommend__point__partner__box.sec2 .ttl4 p {
  font-size: 13px;
  color: #fff;
  padding: 2px 5px 3px;
  display: inline-block;
  background: #0c2c84;
}

.recommend__point__partner__box.sec2 .ttl4.v2 p {
  background: #fff;
  color: #000000;
  border: 1px solid #494949;
}

.recommend__point__partner__box.sec2 .txt4 {
  font-size: 15px;
  line-height: 1.8;
  color: #000;
  font-weight: 700;
  padding-top: 20px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .txt4 {
    padding-top: 15px;
    font-size: 12px;
    text-align: left;
  }
}
.recommend__point__partner__box.sec2 .txt4 span {
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 5px solid #fcfd9e;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .txt4 span {
    border-bottom: 3px solid #fcfd9e;
  }
}
.recommend__point__partner__box.sec2 .txt4 span small {
  font-weight: 700;
  line-height: 1.5;
  font-size: 27px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .txt4 span small {
    font-size: 20px;
  }
}
.recommend__point__partner__box.sec2 .block1 {
  width: 100%;
  height: auto;
  max-width: 440px;
  margin: 0 auto;
}

.recommend__point__partner__box.sec2 .block1 .item1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .block1 .item1 {
    margin-top: 30px;
  }
}
.recommend__point__partner__box.sec2 .block1 .item1 .img {
  width: 150px;
  height: auto;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .block1 .item1 .img {
    width: 75px;
  }
}
.recommend__point__partner__box.sec2 .block1 .item1 p {
  width: calc(100% - 150px);
  padding-left: 10px;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .block1 .item1 p {
    width: calc(100% - 75px);
    font-size: 12px;
  }
}
.recommend__point__partner__box.sec2 .block1 .item1 p span {
  color: #1a9bb7;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .block1 .item1 p span {
    font-size: 12px;
  }
}
.recommend__point__partner__box.sec2 .block1 .item1 p span.sw-notes {
  color: #818181;
}

.recommend__point__partner__box.sec2 .block1 .item1.v1 p {
  padding-left: 0;
  padding-right: 10px;
}

.recommend__point__partner__box.sec2 .txt5 {
  font-size: 15px;
  color: #199bb7;
  font-weight: 700;
  line-height: 1.5;
  padding-top: 40px;
  padding-bottom: 10px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .txt5 {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 5px;
  }
}
.recommend__point__partner__box.sec2 .section__subttl.v3 {
  margin-top: 60px;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__partner__box.sec2 .section__subttl.v3 {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767.9px) {
  .lineup.ver2 .lineup__list__inner .lineup__list__feature .box {
    padding: 0px 20px 10px;
  }
}
.lineup.ver2 .lineup__list__inner .lineup__list__feature .box .item {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}

.lineup.ver2 .lineup__list__inner .lineup__list__feature .box .item span {
  width: 30px;
  height: auto;
  display: flex;
  justify-content: center;
}

.lineup.ver2 .lineup__list__inner .lineup__list__feature .box .item span img {
  width: 30px;
  height: auto;
}

.lineup.ver2 .lineup__list__inner .lineup__list__feature .box .item span .w-ic2 {
  margin-left: 7px;
}

.lineup.ver2 .lineup__list__inner .lineup__list__feature .box .item p {
  width: calc(100% - 30px);
  line-height: 1.2;
  font-weight: 700;
  font-size: 16px;
  padding-left: 7px;
}

@media screen and (max-width: 767.9px) {
  .lineup.ver2 .lineup__list__inner .lineup__list__feature .box .item p {
    font-size: 14px;
  }
}
.lineup.ver2 .lineup__list__inner .c-card1 {
  border-top: 2px solid #333333;
}

@media screen and (max-width: 767.9px) {
  .lineup.ver2 .lineup__list__inner .c-card1 {
    padding: 0;
    padding-top: 40px;
    width: calc(100% - 30px);
    margin: 40px 15px 0;
  }
}
@media screen and (max-width: 767.9px) {
  .lineup.ver2 .lineup__list > li.vribbon1 .lineup__list__head {
    top: -160px !important;
  }
  .lineup.ver2 .lineup__list__inner {
    padding: 50px 0 25px;
  }
  .lineup.ver2 li.vribbon1 .lineup__list__inner {
    padding: 75px 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .lineup.ver2 #cardinfo_w {
    background-color: #e0e0e9;
  }
}
.lineup.ver2 #cardinfo_w .lineup__list__inner {
  background-color: #e0e0e9;
}

@media screen and (min-width: 768px) {
  .lineup.ver2 #cardinfo_wl {
    background-color: #f4e1e9;
  }
}
.lineup.ver2 #cardinfo_wl .lineup__list__inner {
  background-color: #f4e1e9;
}

@media screen and (min-width: 768px) {
  .lineup.ver2 #cardinfo_gold {
    background-color: #ded6c7;
  }
}
.lineup.ver2 #cardinfo_gold .lineup__list__inner {
  background-color: #ded6c7;
}

@media screen and (min-width: 768px) {
  .lineup.ver2 #cardinfo_platinum {
    background-color: #d6d6d6;
  }
}
.lineup.ver2 #cardinfo_platinum .lineup__list__inner {
  background-color: #d6d6d6;
}

@media screen and (min-width: 768px) {
  .lineup.ver2 #cardinfo_standard {
    background-color: #eaeaea;
  }
}
.lineup.ver2 #cardinfo_standard .lineup__list__inner {
  background-color: #eaeaea;
}

.recommend.ver2 .recommend__point__note.mt1 {
  margin-bottom: 20px;
}

.recommend.ver2 .recommend__point.btt {
  margin-top: 35px;
}

@media screen and (min-width: 768px) {
  .recommend.ver2 .recommend__point.btt {
    margin-top: 56px;
  }
}
.recommend.ver2 .sw-notes-ttl {
  margin-top: 14px;
  font-size: 14px;
  font-weight: 700;
}

.section__ttl span {
  color: #f1a433;
}

.section__ttl small {
  font-size: 22px;
}

@media screen and (min-width: 768px) {
  .section__ttl small {
    font-size: 26px;
  }
}
.btn-acd {
  align-items: center;
  border-top: 1px solid #c0c0c0;
  border-bottom: 1px solid #c0c0c0;
  border-radius: 25px;
  cursor: pointer;
  background: #bfbfbf;
  display: flex;
  font-size: 16px;
  height: 45px;
  align-items: center;
  justify-content: center;
  position: relative;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .btn-acd {
    font-size: 14px;
  }
}

.btn-acd::before {
  content: "+";
  font-size: 21px;
  position: relative;
  width: 35px;
}
@media screen and (max-width: 768px) {
  .btn-acd::before {
    font-size: 16px;
    width: 20px;
  }
}

.btn-acd.is-active::before {
  content: "━";
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .btn-acd.is-active::before {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */


/* 260318公開 */
.recommend__point__txt--ul {
  font-size: 16px;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .recommend__point__payment {
    display: flex;
    gap: 27px;
    max-width: 680px;
    margin: 6px auto 24px;
  }
}

.recommend__point__payment--ttl {
  color: #199BB7;
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}

.recommend__point__payment__txt {
  font-size: 16px;
  line-height: 1.2;
  max-width: 680px;
  margin: 6px auto 16px;
}

.recommend__point__payment__item__note {
  max-width: 680px;
  margin: 6px auto 0;
}

@media screen and (max-width: 767.9px) {
  .recommend__point__payment--ttl {
    margin-top: 20px;
  }
}

.c-card1__txt2 {
  margin-top: 15px;
}

.c-card1__txt2 p {
  font-size: 14px;
  line-height: 1.6;
}