@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600&display=swap');

/*!
global > content-width
------------------------------
*/ :root {
  --width-content: 640px;
} /*!
global > font
------------------------------
*/ :root {
  --font-family-base: "Jost", "Noto Sans JP", sans-serif;
  --color-font-base: #303335;
  --color-font-accent1: #2D4771;
  --color-font-accent2: #D7AC5B;
} /*!
global > background
------------------------------
*/ :root {
  --background-color1: #C5D4DD;
  --background-color2: #355C96;
  --background-color3: #D3DCE6;
  --background-color4: #F7F8F9;
  --background-color5: #DFD4C0;
} /*!
global > btn
------------------------------
*/ :root {
  --btn-background-color: #2D4771;
  --btn-background-hovercolor: #213556;
} /*!
foundation > reset
------------------------------
*/ html {
  background: #fff;
  color: #000;
}
body, div, ul, li, h1, h2, h3, h4, p {
  margin: 0;
  padding: 0
}
img {
  border: 0
}
ul {
  list-style: none
}
h1, h2, h3, h4 {
  font-weight: 500;
  font-size: 100%
}
a {
  color: inherit;
  text-decoration: none
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
svg {
  display: block
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
button {
  padding: 0;
  border: none;
  outline: none;
  appearance: none;
  background: none;
  cursor: pointer;
}

/* --------------------
common
-------------------- */
body {
  color: var(--color-font-base);
  font-size: 14px;
  line-height: 1.5;
  font-family: var(--font-family-base);
  background-color: #FFF;
  background-attachment: fixed;
  position: relative;
  max-width: 640px;
  margin: auto;
}

main {
  max-width: var(--width-content);
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  box-shadow: 0px 5px 15px 0px rgb(179 163 144 / 38%);
}

.section-container {
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0 70px;
}

.section-header {
    color: var(--color-font-accent1);
    text-align: center;
    margin-bottom: 25px;
}

.section-header .sub {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    text-indent: 3.5px;
    margin-bottom: 10px;
}

.section-header .sub::before,
.section-header .sub::after {
    content: '⚫︎';
    margin: 0.5em;
}

.section-header h2 {
    font-size: 20px;
    letter-spacing: 1px;
    text-indent: 1px;
}

.w-base {
    width: calc(100% - 32px);
    margin-left: auto;
    margin-right: auto;
}

.cv_btn {
    text-align: center;
}

.cv_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    border-radius: 50vh;
    background: var(--btn-background-color);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    position: relative;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    transition: all .12s ease-out;
    padding: 16px 30px 16px 50px;
}

.cv_btn a::before {
    content: "無料";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    color: var(--color-font-accent1);
    font-size: 13px;
    letter-spacing: 2px;
    text-indent: 2px;
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
}

.cv_btn a::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.cv_btn a:hover {
    background: var(--btn-background-hovercolor);
    
}

/* fixed-CTA */
.fixed-elements {
    max-width: var(--width-content);
    margin-right: auto;
    margin-left: auto;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background: #ffffff94;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s ease;
}

.fixed-elements.appear {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btn-wrap {
    text-align: center;
}

.btn {
    display: inline-flex;
    background: var(--btn-background-color);
    border-radius: 50vh;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1.4px;
    text-indent: 1.4px;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    transition: all .12s ease-out;
    padding: 5px 20px;
}

.btn:hover {
    background: var(--btn-background-hovercolor);
}

.note {
    font-size: 9px;
    margin-top: 10px;
}

.note.color-light {
    color: #989A9B;
}

.note::before {
  content: "※";
}

.note-list {
    font-size: 9px;
    margin-top: 10px;
}

.note-list li::before {
    content: "※";
}

.bubble {
    background-image: url(../../img/lp/bagshare_rt/text-bubble.png);
    background-size: 100%;
    background-position: center bottom 5px;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

.js-slideup {
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}

.js-slide-active {
  opacity: 1;
  visibility: visible;
}

/* ----------------------- */

#header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background: #fff;
}

#header h1 {
    width: 228px;
    line-height: 1;
}

#header h1 img {
    width: 100%;
    vertical-align: bottom;
}

/* ----- */

#kv {
    width: 100%;
    position: relative;
}

#kv .cv_btn {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5vw;
}

@media (min-width: 640px) {
    /* #kv .title {
        font-size: 45px;
        top: 55px;
    } */

    #kv .cv_btn {
        bottom: 50px;
    }
}


/* ----- */

#unlimited .section-header {
    color: inherit;
    margin-bottom: 30px;
}

#unlimited .section-header h2 {
    font-size: 16px;
    font-weight: 500;
}

#unlimited .section-header h2 .num {
    font-size: 22px;
}

#unlimited .section-header h2 .bubble {
    font-size: 18px;
}

#unlimited .section-header h2 .accent {
    color: var(--color-font-accent2);
    font-size: 28px;
}

#unlimited .section-header h2 .accent .num {
    font-size: 40px;
}

#unlimited .section-header h2 sup {
    font-size: 10px;
}

#unlimited .section-header .now {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

#unlimited .section-header .now .accent {
    color: #D81E1E;
    font-size: 28px;
    line-height: 1.2;
}

#unlimited .section-header .now .accent .num {
    font-size: 40px;
}

#unlimited .section-header .note {
    margin-top: 20px;
}

.brand-box .title {
    background: var(--background-color5);
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    text-align: center;
    position: relative;
    padding: 25px 10px 10px;
}

.brand-box .title .sub {
    display: inline-block;
    width: max-content;
    background: #303335;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0.9px;
    text-indent: 0.9px;
    padding: 3px 20px;
}

.brand-box .title .sub .num {
    font-size: 20px;
}

.brand-box .title h3 {
    font-size: 18px;
}

.brand-box .contents {
    background: #F4F4F4;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.brand-box .contents .img {
    max-width: 400px;
    margin: auto;
}

.brand-box summary {
    text-align: center;
    list-style: none;
    margin-bottom: 20px;
}

.brand-box summary .btn {
    cursor: pointer;
}

.brand-box .details-contents .text-box {
    background: var(--background-color5);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: relative;
    text-align: center;
    margin-top: 80px;
    padding: 25px 10px 15px;
}

.brand-box .details-contents .text-box::before {
    width: 20px;
    height: 40px;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 15px;
    background: radial-gradient(circle farthest-side, #000, #000 20%, transparent 20%, transparent);
    background-size: 20px 12px;
}

.brand-box .details-contents .text-box .sub {
    display: inline-block;
    width: max-content;
    background: #303335;
    border-radius: 50vh;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    letter-spacing: 0.9px;
    text-indent: 0.9px;
    padding: 3px 20px;
}

.brand-box .details-contents .text-box .main {
    font-weight: 500;
    letter-spacing: 0.9px;
    text-indent: 0.9px;
}

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

.brand-box details[open] summary {
  display: none;
}

/* ----- */

#worries {
    background: var(--background-color1);
    position: relative;
}

#worries .section-container {
    padding-bottom: 40px;
}

#worries::before {
    content: '';
    width: 1px;
    height: 60px;
    background: #303335;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.case-list {
    max-width: 350px;
    margin: auto;
}

.case-item + .case-item {
    margin-top: 8px;
}

/* ----- */

#solution .section-container {
    padding-top: 25px;
}

#solution::before {
    content: '';
    display: block;
    padding-top: 14.8%;
    background-image: url(../../img/lp/bagshare_rt/worries_bg.png);
    background-size: 100%;
    background-position: center -1px;
    background-repeat: no-repeat;
}

.solution-box {
    background: #F3EDDC;
    border-radius: 3px;
}

.solution-box h3 {
    background: #303335;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 5px 10px;
}

.solution-box .contents {
    padding: 20px 10px 40px;
}

.solution-box .contents .desc {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    text-align: center;
}

.solution-box .contents .desc .accent {
    color: var(--color-font-accent2);
}

.solution-box .img {
    max-width: 325px;
    margin: 25px auto 0;
}

#solution .note {
    text-align: center;
}

#solution .cv_btn {
    margin-top: 40px;
}

/* ----- */

#reasons {
    background: var(--background-color4);
}

#reasons .section-container {
    padding-bottom: 0;
}

.reason-item {
    width: calc(100% - 25px);
    max-width: 400px;
    overflow: hidden;
}

.reason-item + .reason-item {
    margin-top: 30px;
}

#reasons .note {
    margin: 4px 20px 0;
}

.note + .reason-item {
    margin-top: 15px;
}

.reason-item:nth-of-type(odd) {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.reason-item:nth-of-type(even) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-left: auto;
}

.reason-item .img {
    width: 100%;
    position: relative;
}

.reason-item .img .label {
    position: absolute;
    bottom: 35px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.reason-item:nth-of-type(odd) .img .label {
    right: 25px;
}

.reason-item:nth-of-type(even) .img .label {
    left: 25px;
}

.reason-item .img .label .num {
    font-size: 30px;
}

.reason-item .contents {
    background: var(--background-color3);
    position: relative;
    padding: 35px 30px 25px;
}

.reason-item .contents h3 {
    width: max-content;
    min-width: 250px;
    max-width: 100%;
    background: #50739E;
    border-radius: 3px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px 20px;
}

.reason-item .contents p {
    color: #50739E;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

/* ----- */

#bonus {
    background: var(--background-color4);
}

#bonus .section-body {
    background: #fff;
    border-radius: 3px;
    padding: 40px 20px;
}

.bonus-label {
    color: #25618A;
    font-size: 25px;
    font-weight: 500;
}

.bonus-item + .bonus-label {
    margin-top: 15px;
}

.bonus-item {
    background: #EEE;
    border-radius: 3px;
    overflow: hidden;
}

.bonus-item h3 {
    background: #96BBD5;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    padding: 10px;
}

.bonus-item h3 .small {
    font-feature-settings: "palt" 1;
    font-size: 0.7em;
}

.bonus-item .img {
    max-width: 300px;
    margin: 10px auto 0;
}

.bonus-item .contents {
    padding: 10px;
}

.bonus-item .contents p {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

#bonus .cv_btn {
    margin-top: 40px;
}

@media (min-width: 640px) {
    #bonus .section-body {
        padding: 40px 54px;
    }
}

/* ----- */

#scene {
    background: var(--background-color2);
}

#scene .section-header {
    color: #fff;
}

.scene-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: calc(100% - 50px);
    max-width: 400px;
    margin: auto;
}

.scene-item {
    width: calc(50% - 6px);
    border-radius: 5px;
    overflow: hidden;
}

/* ----- */

#flow .text-box {
    text-align: center;
    margin-bottom: 25px;
}

#flow .text-box p {
    font-weight: 500;
    letter-spacing: 1.5px;
    text-indent: 1.5px;
}

#flow .text-box .bubble {
    display: inline-block;
    padding-bottom: 10px;
}

#flow .text-box .num {
    font-size: 20px;
    font-weight: 600;
}

.flow {
    max-width: 500px;
    margin: auto;
}

.flow-item {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #F9F9F9;
    border-radius: 5px;
    padding: 10px;
}

.flow-item + .flow-item {
    margin-top: 14px;
}

.flow-item .img {
    flex-shrink: 0;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #E4E8EE;
    position: relative;
    z-index: 1;
}

.flow-item .img img {
    width: 100%;
    vertical-align: bottom;
}

.flow-item .img::after {
    content: "";
    height: 100px;
    width: 15px;
    position: absolute;
    left: 50%;
    bottom: -64px;
    transform: translateX(-50%);
    z-index: -1;
    background: radial-gradient(circle farthest-side, #BFB7A4, #BFB7A4 20%, transparent 20%, transparent);
    background-size: 15px 7px;
}

.flow-item:last-child .img::after {
    content: none;
}

.flow-item .contents {
    width: calc(100% - 105px);
}

.flow-item .contents h3 {
    color: var(--color-font-accent2);
    font-size: 20px;
}

.flow-item .contents p {
    margin-top: 5px;
}

#flow .cv_btn {
    margin-top: 50px;
}

.how-to-memberbonus {
    counter-reset: itemnum;
    background: #E4E8EE;
    border-radius: 5px;
    margin: 30px auto 0;
    padding: 20px;
}

.how-to-memberbonus h3 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
}

.memberbonus-item {
    background: #fff;
    border-radius: 5px;
    margin: 10px auto;
    padding: 20px;
}

.memberbonus-item + .memberbonus-item {
    margin-top: 20px;
}

.num-label::before {
    counter-increment: itemnum;
    content: "Step." counter(itemnum);
    font-size: 18px;
    font-weight: 500;
    color: var(--color-font-accent2);
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.memberbonus-item h4 {
    width: max-content;
    margin: 0 auto 10px;
}

.memberbonus-item p {
    font-size: 13px;
    font-weight: 500;
}

.memberbonus-item p + p {
    margin-top: 10px;
}

.memberbonus-item a {
    color: var(--color-font-accent1);
    text-decoration: underline;
    transition: opacity .2s ease;
}

.memberbonus-item a:hover {
    opacity: .8;
}

.memberbonus-item .img-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    max-width: 400px;
    margin: 20px auto 0;
}

.memberbonus-item img {
    display: block;
    width: 180px;
    margin: 20px auto 0;
}

.memberbonus-item .img-wrap img {
    margin: 0;
}

.memberbonus-code {
    text-align: center;
    margin: 20px 0 30px;
}

.memberbonus-code .ttl {
    font-size: 13px;
    margin-bottom: 5px;
}

.memberbonus-code p {
    width: 200px;
    font-size: 20px;
    text-align: center;
    background: #fffcf5;
    position: relative;
    margin: auto;
    padding: 10px;
}

.memberbonus-code p::before {
    content: "";
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    position: absolute;
    border: 1px dashed #be9536;
    top: 4px;
    left: 4px;
    pointer-events: none;
}

.how-to-memberbonus .note-list {
    margin: 10px 0;
}

/* ----- */

#user-voice {
    background: var(--background-color3);
}

.voice {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.voice-item {
    width: calc(100% - 40px);
    min-width: 325px;
    max-width: 500px;
    background: #fff;
    border-radius: 3px;
    padding: 10px 15px;
}

.voice-item .title {
    color: var(--color-font-accent1);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}

.voice-item h3 {
    border-bottom: 1px solid #303335;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.voice-item .comment {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.8;
}

.voice-item .accent {
    color: var(--color-font-accent2);
}

.voice-item .meta {
    font-size: 13px;
    font-weight: 500;
    text-align: right;
    margin-top: 10px;
}

#user-voice .cv_btn {
    margin-top: 50px;
}

/* ----- */

.faq-accordion {
    background: #F5F5F5;
    border-radius: 3px;
    position: relative;
    margin: 0;
}

.faq-accordion + .faq-accordion {
    margin-top: 10px;
}

.faq-accordion::before,
.faq-accordion::after {
    content: '';
    width: 1.5px;
    height: 11px;
    background: #303335;
    position: absolute;
    top: 20px;
    right: 15px;
    transition: opacity .2s ease-out;
    pointer-events: none;
}

.faq-accordion::after {
    transform: rotate(90deg);
}

.faq-accordion .accordion-title {
    position: relative;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 15px 30px 15px 30px;
}

.faq-accordion .accordion-title::before {
    content: 'Q.';
    position: absolute;
    left: 10px;
}

.faq-accordion .accordion-content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 0 30px;
    transition: opacity .2s ease-out;
}

.faq-accordion .accordion-content::before {
    content: 'A.';
    position: absolute;
    left: 10px;
}

.faq-accordion.is-open::after {
    opacity: 0;
}

.faq-accordion.is-open .accordion-content {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    padding: 0 30px 15px 30px;
}

/* ----- */

#footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background: #E9E9E9;
    font-size: 13px;
}

#footer small {
    font-size: inherit;
}
