@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: "Noto Sans JP", sans-serif;
  --font-family-jost: "Jost";
} /*!
global > color
------------------------------
*/ :root {
  --color-base: #303335;
  --color-orange: #C64A0C;
  --color-orange-light: #E1723B;
  --color-pink: #C8669C;
  --color-brown-light: #E8E4DF;
  --color-brown-dark: #474540;
} /*!
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-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 {
    padding: 20px 0;
}

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

.section-header {
    color: var(--color-orange);
    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: 24px;
    letter-spacing: 1px;
    text-indent: 1px;
}

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

.cv_box {
    background: var(--color-brown-light);
    text-align: center;
    padding: 40px 0;
}

.cv_box.pt20 {
    padding-top: 20px;
}

.cv_box.pb20 {
    padding-bottom: 20px;
}

.cv_box p {
    font-size: 11px;
}

.cv_box .comment {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .7px;
}

.cv_box .comment::before {
    content: "＼";
}

.cv_box .comment::after {
    content: "／";
}

.app-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-container a {
    display: inline-block;
}

.app-container img {
    width: auto;
    height: 45px;
    vertical-align: middle;
    object-fit: contain;
}

.app-container .img.google img {
    height: 65px;
}

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

.font-jost {
    font-family: var(--font-family-jost);
}

sup {
    font-size: 10px;
}

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

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

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

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

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

.note-list.num {
    counter-reset: number 0;
}

.note-list.num li {
    text-indent: -2em;
    padding-left: 2em;
}

.note-list.num li::before {
    counter-increment: number 1;
    content: "※" counter(number);
    margin-right: 5px;
}

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

.pcbr {
    display: none;
}

@media (min-width: 640px) {
    .pcbr {
        display: block;
    }
}

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

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

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

#kv {
    width: 100%;
}

/* ----- */

#explain {
    padding: 0;
}

#explain .section-container {
    padding: 0;
}

#explain .section-header {
    background: #fff;
    color: inherit;
    margin: 0;
    padding: 30px 0;
}

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

#explain .section-header h2 .bubble {
    padding: 0 10px 22px;
}

#explain .section-header h2 .accent {
    display: inline-block;
    color: var(--color-orange);
    font-size: 30px;
    line-height: 1;
}

#explain .section-header h2 .accent .num {
    font-size: 53px;
}

#explain .section-header h2 .accent sup {
    color: var(--color-base);
}

#explain .section-body {
    background: var(--color-brown-light);
    padding: 20px 0 30px;
}

.continuation-text {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 15px;
}

/* ----- */

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

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

/* ----- */

#solution {
    background: var(--color-brown-light);
    padding-top: 0;
}

#solution .section-container {
    background: #fff;
    margin-top: 40px;
    padding: 40px 10px;
}

#solution .section-header h2 {
    color: var(--color-pink);
}

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

.solution-box .desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    text-align: center;
}

.solution-box .desc .accent {
    color: var(--color-pink);
}

.solution-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    margin: 30px auto 0;
}

.solution-item .img {
    max-width: 340px;
    position: relative;
}

.solution-item .img:first-of-type::after {
    content: '';
    width: 27px;
    height: calc(22px / 2);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #686058;
    position: absolute;
    bottom: -21px;
    right: 38%;
}

#solution .note-list {
    margin-top: 20px;
}

/* ----- */

#brand {
    background: var(--color-brown-light);
}

#brand .section-container {
    background: #fff;
    padding: 40px 10px;
}

#brand .section-header h2 {
    color: var(--color-base);
}

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

.brand-box .title {
    background: var(--color-pink);
    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: #F3EDDC;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

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

.brand-box summary {
    position: relative;
    text-align: center;
    list-style: none;
    margin-top: 45px;
}

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

.brand-box summary .btn {
    display: inline-flex;
    background: var(--color-brown-dark);
    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: 6px 30px;
    cursor: pointer;
    position: relative;
}

.brand-box summary .btn:hover {
    background: #4e5356;
}

.brand-box summary .btn::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.brand-box .details-contents .text-box {
    position: relative;
    text-align: center;
    margin-top: 60px;
    padding-top: 25px;
}

.brand-box .details-contents .text-box::before {
    width: 20px;
    height: 40px;
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 20px;
    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: 6px 30px;
}

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

/* ----- */

#reasons {
    background: var(--color-brown-light);
}

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

.reason-item {
    width: calc(100% - 30px);
    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(even) {
    margin-left: auto;
}

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

.reason-item .img .label {
    position: absolute;
    bottom: 35px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    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 {
    display: flex;
    align-items: center;
    min-height: 100px;
    background: #fff;
    position: relative;
    padding: 40px 16px 20px;
}

.reason-item .contents h3 {
    width: max-content;
    min-width: 200px;
    max-width: 100%;
    background: var(--color-orange-light);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-50%);
    padding: 5px 16px;
}

.reason-item .contents p {
    color: var(--color-orange);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.reason-item:nth-of-type(even) .contents {
    justify-content: flex-end;
}

.reason-item:nth-of-type(even) .contents h3 {
    left: auto;
    right: 0;
}

.reason-item:nth-of-type(even) .contents p {
    text-align: right;
}

/* ----- */

#campaign {
    background: var(--color-brown-light);
}

#campaign .section-container {
    background: #fff;
    padding: 40px 16px;
}

.campaign-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 500;
}

.campaign-circle {
    width: 112px;
    height: 112px;
    border: 1px solid var(--color-orange);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

.campaign-circle .price {
    font-size: 18px;
}

.campaign-circle .price .accent {
    font-size: 34px;
}

.campaign-price {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.campaign-price p {
    font-size: 18px;
}

.campaign-price .price {
    font-size: 33px;
    margin: 0 5px;
}

.campaign-price .small {
    font-size: 14px;
    font-feature-settings: "palt" 1;
}

.campaign-price .accent {
    color: var(--color-orange);
    font-weight: 500;
}

.campaign-price .accent .price {
    font-size: 42px;
}

.campaign-price .arrow {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 20px;
    margin: 10px auto 0;
    border-radius: 9999px;
    background-color: #000;
}

.campaign-price .arrow::before,
.campaign-price .arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 5px;
  border-radius: 9999px;
  background-color: #000;
  transform-origin: 50% calc(100% - 0.5px);
}

.campaign-price .arrow::before {
  transform: rotate(45deg);
}

.campaign-price .arrow::after {
  transform: rotate(-45deg);
}

.campaign-price + p {
    font-size: 11px;
    text-align: center;
    margin-top: 16px;
}

#campaign .note-list {
    margin-top: 30px;
}

/* ----- */

#service {
    background: var(--color-brown-light);
    padding: 30px 0;
}

#service .section-container {
    background: #fff;
    padding: 40px 20px;
}

#service .section-header h2 {
    color: var(--color-pink);
}

.service-item {
    background: var(--color-brown-light);
}

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

.service-item h3 {
    background: var(--color-pink);
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 2px;
    padding: 10px;
}

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

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

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

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

/* ----- */

#flow {
    background: var(--color-brown-light);
}

#flow .section-container {
    background: #fff;
    padding: 40px 20px;
}

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

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

#flow .text-box .bubble {
    font-size: 16px;
    padding-bottom: 10px;
}

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

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

.flow-item {
    display: flex;
    align-items: center;
    gap: 8px;
    counter-increment: number;
}

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

.flow-item .img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--color-brown-light);
    position: relative;
    z-index: 1;
}

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

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

.flow-item .contents::before {
    content: "Step" counter(number);
    font-weight: 500;
}

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

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

#flow .note-list {
    margin-top: 40px;
}

/* ----- */

#faq .section-header h2 {
    color: #686058;
}

.faq-accordion {
    background: #F3F0EC;
    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;
}

#faq .contact {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 80px auto 0;
}

#faq .contact .inner {
    width: max-content;
    border-top: 1px solid #303335;
    border-bottom: 1px solid #303335;
    position: relative;
    margin: auto;
    padding: 10px 50px;
}

#faq .contact .decoration {
    width: 100%;
}

#faq .contact .decoration::before,
#faq .contact .decoration::after {
    content: "";
    position: absolute;
    background: currentColor;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    transform: translateY(-50%);
}

#faq .contact .decoration::before {
    left: 0;
}

#faq .contact .decoration::after {
    right: 0;
}

#faq .contact .decoration-top::before,
#faq .contact .decoration-top::after {
    top: 0;
}

#faq .contact .decoration-bottom::before,
#faq .contact .decoration-bottom::after {
    bottom: -5px;
}

#faq .contact .accent {
    color: #0000EE;
}

/* ----- */

#footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    background: var(--color-brown-dark);
    color: #fff;
    font-size: 14px;
}

#footer small {
    font-size: inherit;
}
