/**
  Style file for hm-web

     HIRANO Satoshi
     2021/5/28

*/

body {
    /* font-family: "Open Sans","Helvetica Neue", "Arial", sans-serif; */
}
/*
 * Default colors are defined in styles.css.
 * Global coloring. Use these variables and don't use specific colors anywhere.
 *
 * Our color scheme on LP is HSL(H, var(--satulation), L).
 */
:root {
    --background-color: #fdfcff;
    --primary-color:  hsl(208 57% 54%);
    --primary-dim-color:  hsl(208 57% 84%);
    --primary-dim2-color:  hsl(208 57% 74%);
    --primary-background-color:  hsl(208 48% 95%);
    --secondary-background-color: hsl(208 48% 98%);
    /* --primary-color:  hsl(257.25deg 57% 54%); */
    /* --primary-dim-color:  hsl(257.25deg 57% 84%); */
    /* --primary-dim2-color:  hsl(257.25deg 57% 74%); */
    /* --primary-background-color:  hsl(258.46deg 48% 95%); */
    /* --secondary-background-color: hsl(258.46deg 48% 98%); */
    /* --primary-active-color: hsl(258.65 71% 85%); */
    --accent-icon-color:hsl(222 85% 74%);
    --logo-color: hsl(208deg 85% 40%);
    --top-bar-text-color: var(--flat-button-color);

    /* hsl(34, 100%, 65%) is Background color of Happy logo */
    --accent-color: hsl(33.71deg 85% 65%);
    --accent-active-color:hsl(33.71deg 85% 50%);
    --menu-active-color: hsl(33.71deg 85% 89%);

    --cosme-pink: hsl(336 77% 68% / 1);
    --cosme-pink-light: hsl(336 77% 78% / 1);

     /* おっ、いい質問だね！🐶✨ */
     /* フォントが Cherry Swash なら、ちょっとレトロで遊び心のある丸みのある雰囲気だよね。 */
     /* だから、**色も「親しみやすさ」「ワクワク感」「温かさ」**を出すのがいいと思うな！ */

     /* 🐾 ハッピー君の最終提案 */
     /* タイトル「Banban Board」には、#FF8C42（ビビッドオレンジ） を使って、 */
     /* 楽しく、少しレトロで、見る人に「おっ？」と思わせたいね！ */
    --banban-title-color: hsl(23.49 100% 62.94%);
    --banban-back-color: #f0fafd;
}
.doumo-color {
  color: hsl(142.15deg 86.67% 55.88%) !important;
}

@media only screen and (min-width: 0) {
  html,body {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 600px) {
  html,body {
    font-size: 15px;
  }
}

@media only screen and (min-width: 800px) {
  html,body {
    font-size: 15.5px;
  }
}
/*
 * Headings
 */
h1,h2,h3,h4,h5,h6 {
    color: var(--primary-color);
}
h1 {
    margin-top: 2.8rem;
    margin-bottom: 2.8rem;
    font-weight: 600;
}
h2 {
    margin-top: 2.2rem;
    margin-bottom: 2.2rem;
    font-weight: 600;
}
h3,h4 {
    color: var(--primary-color);
    font-weight: 300;
    /* color: #336daf; */
}

h5 {
    font-weight: 300;
    line-height: 2.5rem !important;
}
h6 {
    font-weight: 300;
    line-height: 140%;
}
.accent-color {
    color: var(--accent-color);
}
.title-color {
    color: var(--title-color);
}
.primary-color {
    background-color: var(--primary-color);
}
.primary-text {
    color: var(--primary-color);
}
.background-color,body {
    background-color: var(--background-color);
}
.primary-background-color {
    background-color: var(--primary-background-color);
}
.cosme-pink-light {
    background-color: var(--cosme-pink-light);
}
.cosme-pink {
    color: var(--cosme-pink);
}

.top-bar-text-color {
    color: var(--top-bar-text-color);
}
h1.summary {
    color: unset;
    font-size: 1.2rem !important;
    line-height: 2.4rem !important;
}
h5.summary {
    /* font-size: 1.5rem !important; */
    /* line-height: 1.2em !important; */
}
h3 {
    margin: 2.6rem 0 1.8rem 0;
}
h3.title {
    margin: 2.6rem 0 1.8rem 0;
}
h4.title {
    margin: 2.2rem 0 1.1rem 0;
}
h5.title {
    margin: 2.0rem 0 1.0rem 0;
}
@media only screen and (max-width: 600px) {
    h3.title {
        margin: 3.6rem 0 1.8rem 0;
    }
    h4.title {
        margin: 2.2rem 0 1.6rem 0;
    }
    h5.title {
        margin: 2.0rem 0 1.4rem 0;
    }
}

/*
 * top bar, menu bar
 */
/* #top-bar,#menu-bar { */
/*     background: white; */
/* } */
#top-bar {
    height: 64px;
    /* min-height: 56px !important; */
    /* line-height: 55px; */
}
/* @media (max-width: 383px) { */
/*     #top-bar img { */
/*         display: none; */
/*     } */
/* } */
.banban #top-bar {
    /* background-color: white; */
}
#top-bar .btn-flat {
    padding: 0 10px;
    font-size: 0.9rem;
    color: var(--top-bar-text-color);
    margin-left: 0;
    margin-right: 0;
}
#top-bar i,#menu-bar i {
    height: unset !important;
    line-height: unset  !important;
}
@media (max-width: 600px) {
    #top-bar {
        height: 50px;
        min-height: 50px !important;
        /* line-height: 55px; */
    }
    #top-bar .btn-flat {
        padding: 0 4px;
        font-size: 0.8rem;
    }
}
@media (max-width: 450px) {
    #top-bar .btn-flat {
        padding: 0 4px;
        font-size: 0.7rem;
    }
    .top-bar-button {
        padding: 0 12px !important;
    }
}
@media (max-width: 374px) {
    .top-bar-button {
        padding: 0 8px !important;
    }
}
#sidemenu a:hover,#sidemenu li>a.active {
    /* border-radius: 8%; */
    background-color: var(--primary-dim-color) !important;
    width: 100%;
    margin: auto;
}
#top-bar .btn-flat.active,#menu-bar .btn-flat.active,#top-bar a:hover:not(.no-hover),#menu-bar .btn-flat:hover:not(.no-hover){
    border-radius: 50px;
    background-color: var(--menu-active-color) !important;
}
#top-bar .title {
    font-size: 1.3rem;
}
#top-bar .dropdown-trigger {
    color: var(--top-bar-text-color);
}
#header nav {
    position: relative;
}
#menu-bar {
    height: 56px;
    line-height: 56px;
    overflow-x: auto;
    position: relative;
    width: 100%;

    /* hide scroll bar */
    -ms-overflow-style: none;  /*  Edge */
    scrollbar-width: none;     /* Firefox */
}
/* hide scroll bar on Safari and Chrome */
#menu-bar::-webkit-scrollbar {
    display: none;
}
/* gradation at the end of menu bar if scroll is needed. see adjustMenuBar() */
#gradient-indicator {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 20px;
    height: 30%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    pointer-events: none;
    display: none;
}
/* #menu-bar .active:before { */
/*     content: ''; */
/*     width: 100%; */
/*     position: absolute; */
/*     border-bottom: 6px solid var(--primary-color); */
/*     left: 0; */
/*     bottom: 0; */
/* } */
#menu-bar div {
    display: inline-block;
    padding: 0 0.6rem 0 0.6rem;
    position: relative;
}
@media (max-width: 600px) {
    #menu-bar {
        height: 50px;
        line-height: 50px !important;
    }
}
@media (min-width: 700px) {
    #menu-bar div {
        margin: 0 0.4em 0 0.4em;
    }
}
#menu-bar a {
    font-size: 0.9rem !important;
    /* font-weight: 450; */
    text-decoration: none;
    /* color: white; */
    color: var(--top-bar-text-color);
    margin-left: 1px;
    margin-right: 1px;
    padding: 0 1.0rem;
}
.home-icon {  /* home icon */
    display: inline !important;
    vertical-align: bottom;
}
/* .banban #menu-bar a { */
/*     color: white !important; */
/* } */

/*
 * Section, container, navigation
 */
.title-size {
    font-size: max(4.0vw, 2em) !important;
    line-height: unset !important;
}
section {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 3rem;
    margin-bottom: 2rem;
}
/* #buy section,#sell section,#get section,#give section,#banban section  { */
/*     margin-top: 1rem; */
/*     padding-top: 3vh; */
/*     padding-bottom: 3vh; */
/*     margin-bottom: 2rem; */
/* } */
nav {
    background-color: #00000000;
}
#lp nav {
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
.one-liner {
    color: var(--text-color);
    margin: 0 auto;
    max-width: 600px !important;
}
.what {
    margin: 2em 0 1em 0 !important;
}
#project-button {
    display: inline-block;
    /* line-height: 1.2rem; */
    padding: 0.5rem 2rem;
    color: var(--cosme-pink) !important;
    background-color: white;
    border-radius: 50px;
}
.no-margin-top {
    margin-top: 0;
}
@media only screen and (max-width: 600px) {
    section {
        margin-top: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .definition {
        margin-top: 1em;
        margin-left: unset;
        line-height: 140%;
    }
}

@media only screen and (min-width: 530px) {
    .break-530 {
        display: none;
    }
}
@media only screen and (min-width: 690px) {
    .break-690 {
        display: none;
    }
}


/*
 * Sections
 */
#logo {
    font-size: min(max(10vw, 4rem), 6rem);
    line-height: min(max(10vw, 4rem), 6rem);
    color: var(--accent-color);
    padding: 0 1rem;
    margin-bottom: 2rem;
}
#logo-img {
    width: min(max(18vw, 100px), 240px);
    margin-top: 4rem;
}
#logo b {
    font-weight: 600 !important;
}
#logo #japanese {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-top: 2rem;
}
.beta-test {
    color: #e05231;
}
#main-content-section,#header,#top-bar,#menu-bar {
    background-color: var(--background-color);
}
.motivation-title {
    color: var(--title-color);
}
#land-is {
    background-color: var(--primary-background-color);
    /* background-color: hsl(34 85% 97%); */
}
#features {
    /* background-color: var(--primary-background-color); */
}
#quick-tour {
    background-color: var(--primary-background-color);
}
.quick-tour {
    background-color: var(--primary-background-color);
    padding: 1px 8px 8px 8px;
    border-radius: 4px;
}
#buy-steps,#sell-fees {
    /* background-color: var(--primary-background-color); */
}
#land-for-all {
}
#land-for-all h6 {
    color: white;x
}
#land-for-all .divider {
    height: 1px;
    width: 15%;
    margin: 8px auto;
    background: white;
}
#motivation {
    background-color: var(--primary-background-color);
}
#purpose {
    background-color: var(--primary-background-color);
}
#when {
    background-color: var(--primary-background-color);
}
#buy-points {
    /* background: #a7ffeb; */
}
#buy-points .row {
    margin-bottom: 6rem !important;
}
#buy-points .col {
    /* margin-top: 2rem; */
    /* margin-bottom: 3rem; */
    padding: 1rem 1.2rem !important;
}
#buy-points .responsive-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#buy-points .responsive-img {
    max-width: 82%;
}
@media (max-width: 600px) {
    #buy-points .responsive-img {
        max-width: 74%;
    }
}
#goals {
    background-color: hsla(181, var(--satulation), 45%, 1);  /* #32dfe2 */
    /* background-color: #53c3c5; */
}

.points {
}
.points>div>div.flex-center {
    padding: 2.4rem 1.6rem;
    border-radius: 4px;
}
.points .material-placeholder,.points .video-img {
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
}
.points .material-placeholder img {
    width: 100%;
    aspect-ratio: 1;
}
.points .list {
    margin-top: 1em;
    padding: 1em 1em;
    border-radius: 4px;
}
.points h3:not(.list h3) {
    /* color: #1a237e !important; */
    line-height: 1.2em;
}
.points h3:not(.ja .points h3) {
    /* font-style: italic */
}
.points .list p {
    margin-left: 2em;
    color: #707070;
}
.points .list h3 {
    margin-top: 2em;
}
#recap table td {
    padding: 10px 10px;
}
#news {
    /* background-color: var(--secondary-dark); */
}
#patented{
    background-color: var(--primary-background-color);
}
#sponsor {
    /* background-color: var(--primary-background-color); */
}
#sponsor .container{
    display: none;
}
#ask {
    display: none;
}
.corona-note {
    /* font-size: 90%; */
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 3rem;
    background-color: rgb(0 188 212);
    color: white;
    padding: 4px 16px;
    border-radius: 2px;
}
.corona-note a{
    color: #395e68;
}
#purchase-funnel {
  /* width: 100% !important; */
  /* height: 100%; */
  background-image: url("https://cdn.request.land/img/purchase-funnel-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.policy {
    background-color: var(--primary-background-color);
    padding: 1rem;
    border-radius: 4px;
}
.policy ol,.policy ul{
    padding-inline-start: 1.5rem;
}
#project-mini {
    display: block;
    min-width: 20rem;
    width: 20rem;
    margin: 2rem 1rem 2rem auto;
}
footer {
}

/*
 * Side menu
 */
#sidemenu {
    width: 200px;
    margin-right: 1rem;
    background-color: var(--primary-background-color);
    z-index: 20;
}
#sidemenu ul {
    margin-block-start: 0;
}
#sidemenu li,#sidemenu-fixed li {
    float: none;
}
#sidemenu li>a,#sidemenu-fixed li>a {
    line-height: 15px !important;
    padding: 0 8px 0 20px !important;
    display: -webkit-box;
    display: -webkit-flex !important;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex !important;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;

    color: rgba(0,0,0,0.87);
    font-size: 80%;
    font-weight: 500;
    height: 38px;
}
/* #sidemenu li>a.active { */
/*     background-color: hsl(32 90% 80% / 1); */
/* } */
#sidemenu .subheader,#sidemenu-fixed .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0,0,0,0.48);
    font-size: 70%;
    font-weight: 500;
}
#sidemenu .divider {
    width: 90%;
    margin: 0 auto 0 auto;
}
#sidemenu-fixed .divider{
    width: 0;
    margin-bottom: 2rem;
}
#sidemenu-button {
    display: none;
    cursor: pointer;
}

.sidemenu-easein {
    left: 0 !important;
    transition: 0.2s;
}
.sidemenu-easeout {
    left: 200 !important;
    transition: 0.2s;
}
#sidemenu-overlay {
    z-index: 10;
    background-color: grey;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    height: 120vh;
    width: 120vw;
}
#sidemenu-fixed {
    display: none;
}
#support-menu-large {
    display: block;
}
@media only screen and (max-width : 700px) {
    #sidemenu {
        position: absolute;
        left: -200px;
        margin-right: 0;
    }
    #sidemenu-button {
        display: inline;
    }
    #sidemenu-fixed {
        display: block;
    }
    #support-menu-large {
        display: none;
    }
}
@media only screen and (max-width : 640px) {
    .hide-until-640 {
        display: none;
    }
}
@media only screen and (min-width : 641px) {
    .hide-over-640 {
        display: none;
    }
}
/*
 * index title
 */
.index-logo {
    vertical-align: middle;
    width: min(max(24vw, 120px), 120px);
    margin: 0 0 2rem 0;
}
.index-title {
    word-break: keep-all;
    font-size: min(max(8vw, 4rem), 6rem);
    line-height: min(max(9vw, 5rem), 6rem);
    /* line-height: normal; */
}
.logo-font {
    font-family: 'Cherry Swash';
}
.logo-color {
    color: var(--logo-color) !important;
}
.accent-icon-color {
    color: var(--accent-icon-color);
}
.index-title .R {
    font-size: 140%;
}
.index-short-money {
    font-size: max(5vw, 2.8rem);
    line-height: normal;
}
/*
 * intro steps
 */
#intro-steps.row {
    /* margin: 20vh 0; */
}
#intro-steps .col {
    font-size: 1rem;
    position: relative;
    padding: 1rem 0.8rem !important;
}
#intro-steps .col img {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* margin-left: 40px; */
}
/* #intro-steps .col h3 { */
/*     text-align: center; */
/* } */
#intro-steps .col p {
    text-align: center;
    word-break: keep-all;
}
#intro-steps .step {
    font-size: 130%;x
  /* display: flex; */
  /* justify-content: center; */
  /* align-items: center; */
  /*   font-size: 1.8rem; */
  /*   width: 2.8rem; */
  /*   height: 2.8rem; */
  /*   color: white; */
    background: var(--accent-icon-color);
    /* border-radius: 38%; */
    vertical-align: bottom;
    margin-right: 1rem;
}
@media (max-width: 400px) {
    #intro-steps img {
        max-width: 310px;
    }
    /* #intro-steps .col { */
    /*     margin-bottom: 5vh; */
    /* } */
}
@media (min-width: 401px) and (max-width: 600px) {
    #intro-steps img {
        max-width: 400px;
    }
    #intro-steps .col {
        margin-bottom: 5vh;
    }
}
@media (min-width: 601px) and (max-width: 800px) {
    #intro-steps img {
        max-width: 340px;
     }
}
@media (min-width: 801px) {
    #intro-steps img {
        max-width: 400px;
    }
}
#context {
    background-color: var(--primary-background-color);
}
.testimonial {
    padding: 1rem 1rem;
    border-radius: 6px;
    background-color: #e1f5fe;
}
.tutorial .image {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*
 * wave
 *   See layout.js for a function that inserts wave-top and wave-bottom to the element.
 */
.ZZZwave-top {
    mask-image: url("https://cdn.request.land/img/wave-top.svg");
    -webkit-mask-image: url("https://cdn.request.land/img/wave-top.svg");
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: -2.5em;
    /* margin-top: 2em; */
    margin-bottom: -20px;
    transform: rotate(180deg);
}
.ZZZwave-bottom {
    mask-image: url("https://cdn.request.land/img/wave-bottom.svg");
    -webkit-mask-image: url("https://cdn.request.land/img/wave-bottom.svg");
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin-top: -32px;
    /* margin-bottom: 4em; */
}
.white-text h1,.white-text h2,.white-text h3,.white-text h4,.white-text h5,.white-text h6 {
    color: #ffffff;
}
.white-text a {
    color: lightyellow;
}
.white-text button {
    color: lightyellow;
}

/*
 * img, icon, button, slide show
 */
/* add .no-zoom-icon if you don't need z zoom button. */
.zoom-button {
    font-size: 2.5rem;
    width: 30px;
    height: 30px;
    margin-left: 80%;
    cursor: zoom-in;
    opacity: 0.15;
}
.cursor-zoom-in {
    cursor: zoom-in;
}
.fullscreen-button {
    font-size: 2.5rem;
    width: 30px;
    height: 30px;
    margin-left: 80%;
    cursor: pointer;
    opacity: 0.3;
}
#materialbox-overlay {
    background-color: #c0c0c0a0;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.sample-icon {
    font-size: 4em;
    padding: 12px 12px;
}
.process-icon {
    font-size: 180%;
    padding-right: 0.2em;
}
.share-icon {
    padding: 0px 2px;
}
.sponsor-logo {
    width: 20vw;
    min-width: 60px;
    max-width: 120px;
    margin: 10px 10px 10px 10px;
    border-radius: 4px;
}
.slideshow {
    max-width: 650px;
    /* margin-top: 26px; */
}
.slideshow img {
    max-height: 120vw;  /* limit height because screen shots of a smartphone is too high. */
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.signup.btn, .banban.btn, .start.btn,#start-button {
    padding-top: 0;
    border-radius: 4px;
    background-color: var(--accent-color);
}
#start-button:hover {
    background-color: var(--accent-active-color);
}
@media only screen and (max-width: 600px) {
    .start-button {
        bottom: 10px;
        right: 10px;
    }
    .sample-icon {
        font-size: 3em;
        padding: 7px 7px;
    }
    .process-icon {
        font-size: 3.4em;
        padding-right: 0.1em;
    }
    .sponsor-logo {
        width: 20vw;
        margin: 10px 6px 10px 6px;
    }
    .switch-bar {
        line-height: 40px !important;
        min-height: 40px !important;
        height: 40px !important;
    }
}
.title-icon {
    color: var(--accent-icon-color) !important;
    padding-right: 0.5em;
    font-size: 36px;
}
.news-header {
    padding: 4px 8px 4px 8px;
    margin-right: 5px;
    color: white;
    border-radius: 2px;
}
.problem-icon {
    padding-right: 0.5em;
    font-size: 36px;
    color: #29b6f6;
}
.feature-img {
    border-radius: 2px;
    width: 100%;
    -webkit-box-shadow: 2px 2px 3px 2px rgba(30, 30, 30, 0.24);
    -moz-box-shadow: 2px 2px 3px 2px rgba(30, 30, 30, 0.24);
    box-shadow: 2px 2px 3px 2px rgba(30, 30, 30, 0.24);
    margin-top: 1em;
}
.features-face {
    width: 6.5rem;
    vertical-align: middle;
    margin: 0 4px;
}
.features-face.large {
    width: 5rem;
    vertical-align: middle;
    margin: 1rem 1rem 0 0;
}
.features-box {
    padding: 1rem 1rem;
    border-radius: 10px;
    background: var(--primary-background-color);
    /* border: solid 3px var(--accent-color); */
}
/*
 * video
 */
.video-wrapper {
    padding-top:56.25%;
    width: 100%;
    position: relative;
}
.video-iframe {
    top: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.buy-top-video-container-wrapper {
    /* max-width: 850px; */
    /* width: 90%; */
    margin: 0 auto 20px auto;
}
.top-video-annotation {
    line-height: 1.1;
    padding-bottom: 4px;
}
.fullscreen-video-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

/*
 * expandable
 */
.expandable {
    cursor: pointer;
    /* position: relative; */
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 8px 24px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.expandable.flat {
    padding: unset;
    margin: unset;
    border-radius: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}
.expandable-header {
}
.expandable-body {
    display: none;
}
.expandable i.handle {
}
#buy .expandable, #sell .expandable {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    padding: 4px 0;
    margin: 0;
}

/*
 * headroom.js
 */
html,
body {
    scroll-padding-top: 112px; /* set to the height of your header */
}

header {
    position: fixed;
    top: 0; left: 0; right: 0;
}
.headroom {
    will-change: transform;
    -webkit-transition: transform 200ms linear;
    -moz-transition: transform 200ms linear;
    transition: transform 200ms linear;
}
.headroom--pinned {
    -webkit-transform: translateX(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.headroom--unpinned {
    -webkit-transform: translateX(-56%);
    -moz-transform: translateY(-56%);
    transform: translateY(-56%);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 600px) {
    .headroom--unpinned {
        -webkit-transform: translateX(-46%);
        -moz-transform: translateY(-46%);
        transform: translateY(-46%);
    }
}

/*
 * modal dialog
 */
/* backdrop for modal dialog. see playVideo in scripts.js  */
#modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    /* background-color: #808080; */
    /* opacity: 0.3; */
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: 1900;
}
/* .video-modal { */
/*     display: none; */
/*     position: fixed; */
/*     max-width: 92%; */
/*     max-height: 92%; */
/*     top: 50%; */
/*     left: 50%; */
/*     transform: translate(-50%, -50%); */
/*     z-index: 2000; */
/*     cursor: zoom-out; */
/*     border-radius: 4px; */
/*     -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); */
/*     box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); */

/*     /\* image during loading *\/ */
/*     min-width: 300px;    /\* size of background image *\/ */
/*     /\* background-image: url('https://cdn.request.land/img/video-loading-comp.svg'); *\/ */
/*     background-size: contain; */
/*     background-position: center; */
/*     background-repeat: no-repeat; */
/* } */
.video-in-modal-wrapper {
    /* Display: none; */
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100%;
    overflow: hidden;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    cursor: zoom-out;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);

    /* image during loading */
    min-width: 300px;    /* size of background image */
    /* background-image: url('https://cdn.request.land/img/video-loading-comp.svg'); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.video-in-modal {
    width: 90%;
    max-width: 100% !important;
    max-height: 100%;
    border-radius: 12px;
}
.cancel-icon {
    color: grey;
    background-color: white;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 26px;
    cursor: pointer;
}
.video-in-modal-wrapper .play-icon {
    display: none;
}

.wide-video {
    width: 100%;
    /* max-width: 92%; */
    /* max-height: 92%; */
    margin-right: auto;
    margin-left: auto;
    display: block;
    /* image during loading */
    min-width: 300px;    /* size of background image */
    /* background-image: url('https://cdn.request.land/img/video-loading-comp.svg'); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.smartphone-video {
    width: 40%;
    min-width: 320px;
    max-width: 350px;
    max-height: 92%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    /* image during loading */
    /* background-image: url('https://cdn.request.land/img/video-loading-comp.svg'); */
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
/* .width-unset { */
/*     width: unset !important; */
/* } */
@media only screen and (max-width: 880px) {
    .video-modal {
        max-width: 100%;
        max-height: 100%;
    }
    .video-in-modal-wrapper {
        width: 100% !important;
        max-width: 100%;
        max-height: 100%;
    }
    .wide-video {
        max-width: 100%;
        max-height: 100%;
    }
    .video-in-modal {
        width: 100%;
    }
}

/*
 * ul list
 */
ul.top {
    marker-offset:2em;
    /* width: 90%; */
}
ul.box {
    margin-left: 1em;
    list-style-image: url('https://cdn.request.land/img/li-7-min.png');
    /* list-style-position: inside; */
}
ul.bullet {
    margin-left: 1em;
    list-style-image: url('https://cdn.request.land/img/li-11-min.png');
    /* list-style-position: inside; */
}
ul.top > li {
    margin-left: 1em;
    list-style-image: url('https://cdn.request.land/img/li-13-min.png');
    /* list-style-position: inside; */
}
ul.sub {
    marker-offset:2em;
    padding-left: 1em !important;
    /* width: 90%; */
}
ul.sub > li {
    font-size: 120% !important;
    /* line-height: 1.2em; */
    position: relative;
    /* list-style-type: "" !important; */
    padding-left: 1em !important;
    padding-bottom: 0.2em !important;
}
ul.sub >li:before {
    content: "";
    position: absolute;
    top: .7em;
    left: 0;
    width: 0.4em;
    height: 0.2em;
    border-radius: 3px;
    background-color: var(--menu-active-color);
}
.li-box {
    width: 0.8em;
    min-width: 0.8em;
    height: 0.6em;
    background-color: var(--menu-active-color);
    border-radius: 3px;
    margin-right : 0.4em;
}
#when .li-box {
    width: unset;
    min-width: unset;
    height: unset;
    background-color: unset;
    border-radius: unset;
    margin-right : unset;
}
dt {
    margin-top: 8px;
    margin-bottom: 0;
}

/*
 * grid-wrap-container
 */
.grid-wrap-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-auto-rows: 1fr;
    grid-gap: 5rem 5.0rem;
}
.grid-single-box {
    margin-bottom: 2rem;
}
@media (max-width: 600px) {
    .grid-wrap-container {
        grid-gap: 5.5rem !important;
    }
    .grid-single-box {
        margin-bottom: 5.5rem;
    }
}
.grid-wrap-container>div {
    /* background: white; */
    border-radius: 2px;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.grid-wrap-container>div>div { /* text field */
    color: #707070;
    margin-top: 0.4rem;
}

.forall-matrix {
    display: flex;
    flex-wrap: wrap;
    align-items:stretch;
    justify-content: center;
    margin-: auto;
    margin-right: auto;
}
.forall-matrix h4 {
    color: white;
}
.forall-matrix .col {
    box-sizing: border-box;
    flex: 0 0 45%;
    margin:6px;
    padding: 0.8em;
    background: white;
    border-radius: 4px;
    /* height: 100%; */
}
.forall-matrix .col:nth-child(1) {
    background: hsl(var(--buy-hue), 82%, 84%);   /* same as .buy-color */
}
.forall-matrix .col:nth-child(2) {
    background: hsl(var(--sell-hue), 85%, 76%);     /* same as .sell-color */
}
.forall-matrix .col:nth-child(3) {
    background: hsl(var(--get-hue), 75%, 76%);
}
.forall-matrix .col:nth-child(4) {
    background: hsl(var(--give-hue), 70%, 76%);
}
.forall-matrix .col img {
    min-width: 88px;
    width: 55%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.forall-matrix .col>div,.forall-matrix .col>a>div {   /* text field */
    flex-grow: 1;
    text-align: center;
    padding: 0.8em 1.4em 0 1.4em;
    margin-right: auto;
    margin-left: auto;
    color: white;
    word-break: keep-all;
    /* max-width: 70%; */
}
@media (min-width: 1200px) {
    .forall-matrix {
        width: 80%;
    }
}
@media (max-width: 600px) {
    .forall-matrix {
        margin:-3px;   /* == .col margin */
    }
    .forall-matrix .col {
        flex: 0 0 45%;
        margin:3px;
        padding: 0.6em;
    }
    .forall-matrix .col img {
        width: 70%;
    }
    .forall-matrix .col>div,.forall-matrix .col>a>div {   /* text field */
        padding: 0.8em 0 0 0;
    }
}


/*
 * Banban usage
 */
.icon-number-list {
    padding: 0; margin-left: 2.2em;
}
.icon-number-list li {
    line-height: 1.2em;
    font-size: 1.1rem;
    margin-bottom: 0.8em;
}
.icon-number-list i {
    font-size: 2rem;
    margin-left: -1.2em;
    padding-right: 2px;
    vertical-align:middle;
}
@media (min-width: 801px) {
    .icon-number-list li{
        font-size: 1.3rem;
    }
}

/*
 * others
 */
.segment-switch a {
    border: unset !important;
}
.segment-switch .active {
    background: linear-gradient(#ffffff00 0% 82%, var(--menu-active-color) 82% 100%);
}
.left-segment,.right-segment {
    padding: 6px 6px !important;
}
#lang-select .select-wrapper input.select-dropdown {
    color: white;
    font-size: 0.9em !important;
}
#lang-select .select-wrapper .caret {
    fill: white;
}
.dropdown-content a.selected {
    background-color: #e0e0e0;
}
.request-sample {
    padding: 10px 8px;
    margin: unset !important;
    border-radius: 8px;
    max-width: 300px;
}
.steps li {
    margin-bottom: 1em;
}

.padding10 {
    padding: 10px;
}
.margin10 {
    margin: 10px;
}
@media only screen and (min-width: 600px) {
    .desktop-top-margin {
        margin-top: 0;
    }
}

.frame {
    border-top-width:    3px;
    border-left-width:   3px;
    border-right-width:  3px;
    border-bottom-width: 3px;
    border-color: #cccccc;
    border-style: solid;
    border-radius: 5px;
}
.play-icon {
    pointer-events: none;
    width: 50px;
    height: auto;
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.sdgs {
    position: absolute;
    top: 60px;
    right: 40px;
}
.want .baseline-wrapper{
    font-size: 110%;
}
.baseline-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.summary p {
    padding-left: 2.6em !important;
}
.collapsible-header {
    background-color: var(--primary-background-color);
}
.please-box {
    margin-top: 3em;
    margin-bottom: 3em;
    border-top: 1.2em solid var(--menu-active-color);
    border-bottom: 1.2em solid var(--menu-active-color);
}

#overview {
    /* background-color: var(--primary-background-color); */
}
.land-overview img {
    border-radius: 50px !important;
    cursor: zoom-in;
    width: 100%;
}
.land-overview .row {
}
.banban-font{
    font-family: 'Cherry Swash';
    color: var(--banban-color);
}
.banban-title {
    /* font-size: 1.6rem; */
    /* line-height: 1.6em; */
}
.energize-title {
    font-size: 1.5rem !important;
    line-height: 1.7em;
}
.item-list div {
    margin-bottom: 0.4em;
}
.item-list .icon {
    display: none;
    padding-right: 0.5em;
}

.easy-read { /* easy to read */
    line-height: 180% !important;
}
.easy-read p { /* easy to read */
    /* text-indent: 1em; */
    line-height: 1.6em;
}
.easy-read .indent {
    padding-left: 3rem !important;
}
.words h5 {
    margin-top: 2em;
}

.tm:after {
    vertical-align: 50%;
    font-size: 20%;
    content: "\00AE";  /* R mark */
}

.list-separator:not(:last-child) {
    border-bottom: solid 1px #e0e0e0;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.blink-slow {
    -webkit-animation: blink-slow 6000ms linear 0s infinite;
    animation: blink-slow 6000ms linear 0s infinite;
}
@-webkit-keyframes blink-slow{
  0%{
    opacity: 0;
  }
  45%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  55%{
    opacity: 1;
  }
  60%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}
@keyframes blink-slow{
  0%{
    opacity: 0;
  }
  30%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  55%{
    opacity: 1;
  }
  60%{
    opacity: 0;
  }
  100%{
    opacity: 0;
  }
}


/*
 * Peace and Passion
 */
.IN-widget {
    /* linked in share button */
   vertical-align: baseline !important;
}
@media only screen and (max-width: 601px) {
    .col-fees-description {
        margin-top: 10px;
    }
}
@media only screen and (max-width: 820px) {
    .col-fees-description-rec {
        margin-top: 10px;
    }
}
.padding-lr-20-important, .col.padding-lr-20-important {
    padding-left: 20px!important;
    padding-right: 20px!important;
}
.follow-button-wrapper {
    display: inline-block;
    padding: 0 2px;
}
.fees-start-button {
    height: 48px !important;
    line-height: 24px !important;
    padding-top: 12px !important;
    padding-left: 64px !important;
    padding-right: 64px !important;
}

#free-option {
    padding: 2rem 0;
}

.fees-card {
    display: grid;
    grid-template-columns: 60px 1fr 120px;
    /* background-color: #ffffff; */
    border-radius: 8px;
    padding: 1em 0;
    margin: 1.5em 0;
}
#land-domain-names.fees-card {
    /* land-domain-names doesn't need right pane */
    grid-template-columns: 60px 1fr 10px;
}
.fees-card-left {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.fees-card-center {
    padding: 0 0.8rem;
}
.fees-card-center .large-text {
    font-size: 135% !important;
}
.fees-card-right {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
}
.fees-icon-wrapper {
    background-color: var(--accent-color);
    width: 36px;
    height: 36px;
    border-radius: 6px;
    padding: 5px;
}
.fees-card-right div {
    background-color: #F0F1F4;
    padding: 6px 4px;
    width: 100%;
    border-radius: 4px;
    min-height: 34px;
    word-break: keep-all;
}
.fees-card-domain {
    background-color: #F0F1F4;
    padding: 1rem;
    /* white-space: nowrap; */
}
.fees-card-icon {
    font-size: 26px;
    color: var(--accent-icon-color);
    /* color: #ffffff!important; */
}
.fees-card-dlogo {
    width: 46px;
}
@media only screen and (max-width: 601px) {
    .fees-card {
        grid-template-columns: 1fr 70px;
        padding: 12px 0 12px 0;
    }
    #land-domain-names.fees-card {
        /* land-domain-names doesn't need right pane */
        grid-template-columns: 1fr 10px;
    }
    .fees-card-left {  /* no icon */
        display: none;
    }
    .fees-card-center {
        padding: 0 0.4rem;
    }
    /* .fees-icon-wrapper { */
    /*     width: 36px; */
    /*     height: 36px; */
    /*     padding: 4px; */
    /* } */
    /* .fees-card-icon { */
    /*     font-size: 28px; */
    /*     color: #ffffff!important; */
    /* } */
    .fees-card-dlogo {
        width: 34px;
    }
    #fees-body .container {
        width: 96% !important;
    }
}

.fees-card-description {
    padding-top: 4px;
    color: #909090;
}
.paid-option-icon {
    background-color: white;
}

@media only screen and (max-width: 601px) {
    .fees-land-domain-names-table {
        font-size: 70% !important; /* smallsmall-text */
    }
}
.fees-icon {
    font-size: 4.5rem;
    color: #03a9f4!important;
}
.fees-left {
    margin-right: 2rem;
}
.fees-right {
    padding-top: 0.0rem;
}
.fees-fee {
    padding-right: 12px;
}
.fees-cell {
    padding-bottom: 1.8rem;
}
.fees-d-logo {
    width: 30px;
    margin: 1.0em 0.5em 0 0.3em;
}
.select-country .select-wrapper {
    background: white;
}
.col-fees-description {
    padding-top: 0.3rem;
}
.share-img {
    width: 26px;
    margin-left: 0.6rem;
    vertical-align: middle;
}
.promo-material-container {
    width: 324px;
    height: 480px;
    background-color: #8080801a;
    border-radius: 4px;
    margin: 12px;
    padding: 12px;
}
.promo-material-flex-container {
    flex-wrap: wrap;
    justify-content: center;
}

.parallel > .material-placeholder {
    display: inline-block;
    vertical-align: top;
}

/* .parallax-bg { */
/*   background-attachment: fixed; */
/*   background-position: center; */
/*   background-size: cover; */
/*   background-repeat: no-repeat; */
/*   height: 50%; */
/* } */
/* .parallax-img1 { */
/*     background-image: url('https://cdn.request.land/img/parallax1.png'); */
/* } */
/* .parallax-img2 { */
/*     background-image: url('https://cdn.request.land/img/sc-ocean2-ja.png'); */
/* } */

/* Peace and Passion */

/* hide recaptcha badge */
.grecaptcha-badge { visibility: hidden; }

table.no-border tr {
    border: none;
}
table.no-border td {
    padding: 4px 5px;
}
table.no-border.rem10 td {
    min-width: 10rem;
}

.testimonial .page-padding {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
.testimonial .logo-img {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    bject-fit: contain;
    vertical-align: text-bottom;
    background: white;
}
.testimonial .msg-list-main {
    padding-left: 12px;
    margin-right: 12px;
    flex: 1 1 auto;
}
.testimonial .msg-header {
    opacity: 0.65;
}

.testimonial .msg-sender-user-name {
    font-weight: bold;
    padding-right: 10px;
}
.testimonial .msg-header-secondline {
    display: inline-block;
    padding-right: 1em;
    font-size: 73%;
    margin-top: -2px;
}
.note-search-box input {
    width:150px !important;
    margin:0 0 0 auto;

}
.note-search-box input:focus {
    width:290px !important;
    margin:0 0 0 auto;
    transition: all 0.3s;
}
.note-search-box {
    margin:0 0 0 auto;

}
.valign-end-wrapper {
    display: flex;
    -webkit-box-align: end;
    align-items: end;
}
#searchword {
    margin: 0 0 0px 0;
}
.desktop-icon i {
    vertical-align: text-top;
    color: var(--flat-button-color);
}

.pwa-install-video {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border-radius: 12px;
    max-width: 100%;
}
.subview-screenshot div.material-placeholder {
    padding: 0.3rem;
}

/* Blog (Note) */
.note-content>div>p{
    margin: unset;
}
.note-content img, .note-content video,.note-content .video-container {
    display: inline-block;
    width: 75%;
    border-radius: 12px;
}
.note-content img, .note-content video {
    max-width: 800px;
}
.note-content video,.note-content .video-container {
    display: block !important;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 600px) {
    .note-content img, .note-content video,.note-content .video-container {
        width: 100%;
    }
}
#note-list-body {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-auto-rows: unset;
    grid-gap: 6rem 2.5rem;
}
#banban-notes #note-list-body {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.note-list .image-wrapper,.note-view-news .image-wrapper {
    aspect-ratio: 1620/1080;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.note-list .image-wrapper img,.note-list .image-wrapper video {
    object-fit: cover;
    width: 100%;
    display: block;
}
