@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
* {
  font-family: "Noto Sans JP", sans-serif;
}

.red {
  color: #DF4632;
}

.txc {
  text-align: center;
}

.simin {
  background: #6cbb5a;
}

.info {
  background: #898989;
}

.jigyo {
  background: #dca435;
}

#use-card-att {
  margin-top: 0.3rem;
  text-align: center;
  color: #3e3a39;
  font-size: 0.9rem;
}

/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- max-width: 767px ----------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .anchor-offset {
    scroll-margin-top: 90px;
  }
  .drawer {
    position: relative;
  }
  .drawer-open,
  .drawer-close-btn {
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #6cbb5a;
  }
  /* 開くボタン */
  .drawer-open {
    z-index: 103;
  }
  /* 閉じるボタンは最初は非表示 */
  .drawer-close-btn {
    z-index: 104;
    opacity: 0;
    pointer-events: none;
  }
  .drawer-open span,
  .drawer-open span::before,
  .drawer-open span::after,
  .drawer-close-btn span,
  .drawer-close-btn span::before,
  .drawer-close-btn span::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
  }
  /* ハンバーガー */
  .drawer-open span::before {
    bottom: 15px;
  }
  .drawer-open span::after {
    top: 15px;
  }
  /* × */
  .drawer-close-btn span {
    background: transparent;
  }
  .drawer-close-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .drawer-close-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* 右から左へ出す */
  .drawer-content {
    width: 100%;
    height: calc(100vh - 90px);
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 102;
    background: #d6e7be;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  /* 開いた時 */
  #drawer-menu:target {
    transform: translateX(0);
  }
  /* 背景クリック用 */
  .drawer-close {
    display: block;
    position: fixed;
    inset: 90px 0 0 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
  }
  /* 開いてる時だけ背景を有効化 */
  #drawer-menu:target ~ .drawer-close {
    opacity: 1;
    pointer-events: auto;
  }
  /* 開いてる時は開くボタンを隠す */
  #drawer-menu:target ~ .drawer-open {
    opacity: 0;
    pointer-events: none;
  }
  /* 開いてる時は閉じるボタンを表示 */
  #drawer-menu:target ~ .drawer-close-btn {
    opacity: 1;
    pointer-events: auto;
  }
  nav {
    padding-top: 50px;
  }
  nav ul li {
    margin-bottom: 1.5rem;
  }
  nav ul li a {
    color: #3e3a39;
    text-decoration: none;
    letter-spacing: 0.1rem;
    font-weight: 700;
  }
  nav ul .spnv {
    margin-left: 40px;
  }
  nav ul ul {
    margin: 1rem 0 0 1rem;
  }
  #dfx {
    margin-top: 20px;
    display: flex;
  }
  .fnormal {
    font-size: 0.95rem;
  }
  .small {
    font-size: 0.8rem;
  }
  .f375 {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 800;
  }
  .f312 {
    font-size: 3.12rem;
    line-height: 1;
  }
  .f21 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    font-weight: 800;
  }
  .contents {
    width: 92.5%;
    margin: 0 auto;
  }
  .contents h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
    font-weight: 600;
  }
  .more, .more2, .more3 {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    font-feature-settings: "palt";
  }
  .more {
    text-align: center;
    width: 80%;
    margin: 30px auto 0;
  }
  .more a {
    display: block;
    background: #6cbb5a;
    background-image: url(img/yajirushi-2.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 5%;
    box-shadow: 7px 7px 0px 0 rgb(193, 193, 193);
    padding: 16px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
  }
  .more2 {
    width: 98%;
    margin: 40px auto 0;
    text-align: center;
  }
  .more2 a {
    display: block;
    background: #fff;
    background-image: url(img/yajirushi-1.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 5%;
    box-shadow: 7px 7px 0px 0 rgb(92, 160, 70);
    padding: 20px 0;
    color: #3e3a39;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
  }
  .more3 {
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
  }
  .more3 a {
    display: block;
    background: #dca435;
    background-image: url(img/yajirushi-2.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 5%;
    padding: 16px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
  }
  header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  header .inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
  }
  header #logo {
    width: 60%;
    display: flex;
    justify-content: space-between;
    margin-left: 7%;
    align-items: center;
  }
  header #logo #logo-sub {
    width: 48%;
  }
  header #logo #logo-sub2 {
    width: 47%;
    margin-left: 5%;
  }
  #eyecatch #eyecatch-contents {
    position: relative;
    width: 100%;
    max-width: 430px;
    margin: 0 auto;
  }
  #eyecatch #eyecatch-contents #eye-app {
    position: absolute !important;
    width: 35%;
    left: 5%;
    top: 67%;
    margin: 0 !important;
    z-index: 10;
  }
  #eyecatch #eyecatch-contents #eye-google {
    position: absolute !important;
    width: 35%;
    left: 5%;
    top: 79%;
    margin: 0 !important;
    z-index: 10;
  }
  #what {
    padding: 40px 0;
  }
  #what #what-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  #what #what-contents {
    margin-top: 20px;
  }
  #what #what-contents h3 {
    text-align: center;
    color: #6cbb5a;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  #what #what-contents p {
    margin-top: 30px;
    text-align: center;
    line-height: 1.8;
    font-size: 0.8rem;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.02rem;
  }
  #what #what-contents #omc {
    width: 40%;
    margin: 20px auto 0;
  }
  #what #what-card {
    background: #fdece0;
    width: 92%;
    margin: 40px auto;
    padding: 40px 0 10px;
    border-radius: 10px;
  }
  #what #what-card h3 {
    color: #dca435;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    text-align: center;
  }
  #what #what-card p {
    width: 90%;
    margin: 30px auto 0;
    font-weight: 500;
    line-height: 1.7;
    font-size: 0.95rem;
    text-align: center;
    font-feature-settings: "palt";
  }
  #what #what-card #what-car-img {
    width: 70%;
    margin: 20px auto 0;
  }
  #info {
    background: url(img/info-bk.jpg) center;
    background-size: 100%;
    padding: 40px 0;
  }
  #info #info-container {
    margin-top: 40px;
  }
  #info .info-box {
    background-color: #fff;
    background-image: url(img/yajirushi-1.png);
    background-repeat: no-repeat;
    background-position: top 1.5rem right 10px;
    background-size: 3%;
    width: 91%;
    margin-bottom: 10px;
    padding: 1rem;
  }
  #info .info-box a {
    text-decoration: none;
  }
  #info .info-box a .cat {
    width: 126px;
    display: inline-block;
    color: #fff;
    padding: 5px 0;
    font-size: 0.9rem;
    text-align: center;
  }
  #info .info-box a .date, #info .info-box a h3 {
    color: #3e3a39;
  }
  #info .info-box a .date {
    margin: 5px 0 0 0;
    font-size: 1rem;
  }
  #info .info-box a h3 {
    font-size: 1.125rem;
    font-size: 400;
    margin: 5px 0 0 0;
    font-size: 1rem;
    overflow-wrap: anywhere;
  }
  #gaiyo {
    padding: 70px 0;
  }
  #gaiyo table {
    margin: 0 auto;
    margin-top: 60px;
    border-collapse: collapse;
  }
  #gaiyo table th, #gaiyo table td {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: normal;
    font-size: 1rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  #gaiyo table th {
    background: #d6e7be;
  }
  #feature {
    background: url(img/feature-bk.jpg) no-repeat left;
    background-size: cover;
    padding: 30px 0;
  }
  #feature #feature-container {
    position: relative;
  }
  #feature #feature-container #feature-contents {
    margin-top: 20px;
  }
  #feature #feature-container #feature-contents .feature-box {
    width: 73%;
    margin: 0 auto 40px;
  }
  #feature #feature-container #feature-contents .feature-box .feature-no {
    margin-top: 10px;
    font-size: 2.5rem;
    color: #dca435;
    font-weight: 900;
    text-align: center;
  }
  #feature #feature-container #feature-contents .feature-box .feature-explanation {
    margin-top: 20px;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.75;
    color: #4c4948;
    font-weight: 600;
    font-feature-settings: "palt";
  }
  #feature #feature-image {
    width: 24%;
    position: absolute;
    top: -120px;
  }
  #store {
    padding: 40px 0;
  }
  #use-step, .usestep {
    padding-bottom: 15px;
    overflow-x: scroll;
  }
  #use-step::-webkit-scrollbar, .usestep::-webkit-scrollbar {
    display: block; /* 表示 */
    width: 10px; /* 幅 */
  }
  #use-step::-webkit-scrollbar-thumb, .usestep::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* バーの色 */
    border-radius: 5px;
  }
  #use {
    background: url(img/use-bk.jpg) center center;
    background-size: cover;
    padding: 40px 0;
  }
  #use .step-p {
    position: relative;
  }
  #use h2 {
    color: #fff !important;
  }
  #use h3 {
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }
  #use #use-step #use-step-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }
  #use #use-step .use-step-box {
    background: #fff;
    min-width: 80%;
    height: 600px;
    margin-right: 16px;
    padding: 42px 0 0;
    border-radius: 20px;
  }
  #use #use-step .use-step-box h4 {
    font-size: 1.875rem;
    color: #6cbb5a;
    text-align: center;
  }
  #use #use-step .use-step-box .firsttime {
    background: #fadac2;
    width: 226px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 6px 0;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 40px;
  }
  #use #use-step .use-step-box .sub {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #3e3a39;
    font-feature-settings: "palt";
    font-weight: 700;
    line-height: 1.5;
    color: #3e3a39;
  }
  #use #use-step .use-step-box .stemimage {
    margin: 0 auto;
    margin-top: 26px;
  }
  #use #use-step .use-step-box .step-img, #use #use-step .use-step-box .step-img2, #use #use-step .use-step-box .step-img3, #use #use-step .use-step-box .step-img4, #use #use-step .use-step-box .step-img5, #use #use-step .use-step-box .step-img6, #use #use-step .use-step-box .step-img7, #use #use-step .use-step-box .step-img8, #use #use-step .use-step-box .step-img9, #use #use-step .use-step-box .step-img10 {
    width: 50%;
  }
  #use #use-step .use-step-box #appli {
    width: 90%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
  }
  #use #use-step .use-step-box #appli .app {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 48%;
  }
  #use #use-step .use-step-box #appli .app .app-qr {
    width: 110px;
    display: none;
  }
  #use #use-step .use-step-box ul {
    width: 92%;
    margin: 0 auto;
    margin-top: 10px;
    list-style-position: outside;
  }
  #use #use-step .use-step-box ul li {
    margin-bottom: 10px;
  }
  #use #use-step .use-step-box ul li::before {
    content: "※";
  }
  #use #use-step #arrow {
    min-width: 23px;
    margin: 0 32px;
    display: none;
  }
  #use #use-kakunin {
    width: 92%;
    margin: 20px auto 0;
    position: relative;
  }
  #use #use-kakunin h2 {
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
  }
  #use #use-card {
    margin-top: 60px;
  }
  #use #use-card #use-card-contents {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
  }
  #use #use-card #use-card-contents .use-card-box {
    background: #fff;
    min-width: 83%;
    margin-right: 15px;
    padding: 42px 0 20px;
    border-radius: 10px;
  }
  #use #use-card #use-card-contents .use-card-box h4 {
    font-size: 1.875rem;
    color: #6cbb5a;
    text-align: center;
  }
  #use #use-card #use-card-contents .use-card-box .sub {
    margin-top: 20px;
    text-align: center;
    font-size: 1.15rem;
    color: #3e3a39;
    font-feature-settings: "palt";
    font-weight: 700;
    line-height: 1.5;
    color: #3e3a39;
  }
  #use #use-card #use-card-contents .use-card-box ul {
    width: 90%;
    margin: 0 auto;
    margin-top: 22px;
    list-style-position: outside;
  }
  #use #use-card #use-card-contents .use-card-box ul li::before {
    content: "※";
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img1 {
    width: 80%;
    margin: 20px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img2 {
    width: 70%;
    margin: 40px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img3 {
    width: 60%;
    margin: 40px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img4 {
    width: 70%;
    margin: 32px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img5 {
    width: 70%;
    margin: 50px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img6 {
    width: 70%;
    margin: 70px auto 0;
  }
  #qa {
    background: url(img/qa-bk.jpg) no-repeat center;
    padding: 40px 0;
  }
  #qa #qa-cotainer {
    width: 92.5%;
    margin: 0 auto;
    position: relative;
  }
  #qa #qa-cotainer #qa-contents {
    margin: 30px 0 0px;
  }
  #qa #qa-cotainer #qa-contents details {
    background: #fff;
    margin-bottom: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 0;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  }
  #qa #qa-cotainer #qa-contents details summary {
    margin: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 50px;
    list-style: none;
  }
  #qa #qa-cotainer #qa-contents details summary::-webkit-details-marker {
    display: none;
  }
  #qa #qa-cotainer #qa-contents details summary img {
    width: 40px;
    margin: 0 10px;
    vertical-align: middle;
    flex-shrink: 0;
  }
  #qa #qa-cotainer #qa-contents details summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #6cbb5a;
    border-bottom: 3px solid #6cbb5a;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  #qa #qa-cotainer #qa-contents details .content {
    margin: 20px 20px 0 20px;
    padding-bottom: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #qa #qa-cotainer #qa-contents details[open] summary::after {
    transform: translateY(-30%) rotate(225deg);
  }
  #qa #qa-cotainer #qa-contents details[open] .content {
    opacity: 1;
    transform: translateY(0);
  }
  /*--------------*/
  /*--- footer ---*/
  /*--------------*/
  footer {
    padding: 50px 0;
  }
  footer #foot-contact {
    text-align: center;
  }
  footer #foot-contact #contactname {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  footer #foot-contact #jutaku {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
  footer #foot-contact #contact-wallet {
    margin-top: 30px;
    font-size: 0.9rem;
    font-feature-settings: "palt";
  }
  footer #foot-contact .wallet-logo {
    width: 72%;
    margin: 30px auto 0;
  }
  footer #foot-contact #wallet-tell {
    margin-top: 20px;
  }
  footer #foot-contact #wallet-tell #wallet-tel-img {
    width: 70%;
    margin: 30px auto 0;
  }
  footer #foot-contact #wallet-tell #wallet-tel-img img {
    margin-top: 0.5rem;
  }
  footer #foot-contact #wallet-mail {
    width: 64%;
    margin: 30px auto 0;
  }
  footer #card-contact {
    margin-top: 56px;
    text-align: center;
  }
  footer #card-contact .wallet-logo {
    width: 301px;
    margin: 25px auto 22px;
  }
  footer #card-contact #yazu-tel {
    width: 92.5%;
    margin: 0 auto;
    margin-top: 43px;
  }
  footer #card-contact #yazu-tel .yazu-tel-box {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer #foot-end {
    width: 83%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }
  footer #foot-end a {
    text-underline-offset: 5px;
    color: #3e3a39;
  }
  footer #foot-end .copy {
    margin-top: 40px;
    font-size: 0.75rem !important;
  }
  .pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #d6e7be;
    border: solid 2px #6cbb5a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .pagetop__arrow {
    height: 7px;
    width: 7px;
    border-top: 3px solid #6cbb5a;
    border-right: 3px solid #6cbb5a;
    transform: translateY(20%) rotate(-45deg);
  }
  /*-------------------*/
  /*--- info-single ---*/
  /*-------------------*/
  #info-single {
    background: url(img/info-bk.jpg);
    background-size: 100%;
    padding: 44px 0 60px 0;
  }
  #bred ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #bred ul li {
    display: flex;
    align-items: center;
  }
  #bred ul li + li::before {
    content: ">";
    color: #3e3a39;
    margin: 0 0.5em;
  }
  #bred ul a {
    text-decoration: none;
  }
  #single-contents {
    background: #fff;
    width: 88%;
    margin: 0 auto;
    padding: 6%;
    margin-top: 40px;
    border-radius: 1rem;
  }
  #single-contents #cat {
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    font-size: 1rem;
  }
  #single-contents #date {
    margin-top: 10px;
    letter-spacing: 0.1rem;
  }
  #single-contents #single-title {
    margin-top: 30px;
    font-size: 1.25rem;
    font-feature-settings: "palt";
  }
  #single-contents #single-box {
    margin-top: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.6px;
    line-height: 1.7;
  }
  #single-contents #single-box h3 {
    margin: 40px 0 10px 0;
    font-size: 1.25rem !important;
    font-weight: 600;
  }
  #single-contents #single-box h4 {
    margin-top: 10px;
    font-size: 1.125rem;
    font-weight: 500;
  }
}
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- max-width: 1279px ---------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .pc {
    display: none;
  }
  .anchor-offset {
    scroll-margin-top: 90px;
  }
  .drawer {
    position: relative;
  }
  .drawer-open,
  .drawer-close-btn {
    display: flex;
    height: 80px;
    width: 80px;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    background: #6cbb5a;
  }
  /* 開くボタン */
  .drawer-open {
    z-index: 103;
  }
  /* 閉じるボタンは最初は非表示 */
  .drawer-close-btn {
    z-index: 104;
    opacity: 0;
    pointer-events: none;
  }
  .drawer-open span,
  .drawer-open span::before,
  .drawer-open span::after,
  .drawer-close-btn span,
  .drawer-close-btn span::before,
  .drawer-close-btn span::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    border-radius: 3px;
    background: #fff;
    transition: 0.5s;
    position: absolute;
  }
  /* ハンバーガー */
  .drawer-open span::before {
    bottom: 15px;
  }
  .drawer-open span::after {
    top: 15px;
  }
  /* × */
  .drawer-close-btn span {
    background: transparent;
  }
  .drawer-close-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  .drawer-close-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  /* 右から左へ出す */
  .drawer-content {
    width: 100%;
    height: calc(100vh - 90px);
    position: fixed;
    top: 80px;
    right: 0;
    z-index: 102;
    background: #d6e7be;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }
  /* 開いた時 */
  #drawer-menu:target {
    transform: translateX(0);
  }
  /* 背景クリック用 */
  .drawer-close {
    display: block;
    position: fixed;
    inset: 90px 0 0 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
    pointer-events: none;
  }
  /* 開いてる時だけ背景を有効化 */
  #drawer-menu:target ~ .drawer-close {
    opacity: 1;
    pointer-events: auto;
  }
  /* 開いてる時は開くボタンを隠す */
  #drawer-menu:target ~ .drawer-open {
    opacity: 0;
    pointer-events: none;
  }
  /* 開いてる時は閉じるボタンを表示 */
  #drawer-menu:target ~ .drawer-close-btn {
    opacity: 1;
    pointer-events: auto;
  }
  nav {
    padding-top: 60px;
  }
  nav ul li {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
  nav ul li a {
    color: #3e3a39;
    text-decoration: none;
    letter-spacing: 0.1rem;
    font-weight: 700;
  }
  nav ul .spnv {
    margin-left: 80px;
  }
  nav ul ul {
    margin: 1rem 0 0 1rem;
  }
  #dfx {
    margin-top: 20px;
    display: flex;
  }
  .fnormal {
    font-size: 0.95rem;
  }
  .small {
    font-size: 0.8rem;
  }
  .f375 {
    font-size: 2.3rem;
    line-height: 1;
    font-weight: 800;
  }
  .f312 {
    font-size: 3.12rem;
    line-height: 1;
  }
  .f21 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    font-feature-settings: "palt";
    font-weight: 800;
  }
  .contents {
    width: 92.5%;
    margin: 0 auto;
  }
  .contents h2 {
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    text-align: center;
    font-weight: 600;
  }
  .more, .more2, .more3 {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    font-feature-settings: "palt";
  }
  .more {
    text-align: center;
    width: 400px;
    margin: 30px auto 0;
    font-size: 1rem;
  }
  .more a {
    display: block;
    background: #6cbb5a;
    background-image: url(img/yajirushi-2.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 5%;
    box-shadow: 7px 7px 0px 0 rgb(193, 193, 193);
    padding: 16px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
  }
  .more2 {
    width: 420px;
    margin: 40px auto 0;
    text-align: center;
  }
  .more2 a {
    display: block;
    background: #fff;
    background-image: url(img/yajirushi-1.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 5%;
    box-shadow: 7px 7px 0px 0 rgb(92, 160, 70);
    padding: 20px 0;
    color: #3e3a39;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
  }
  .more3 {
    text-align: center;
    width: 80%;
    margin: 0 auto 0;
  }
  .more3 a {
    display: block;
    background: #dca435;
    background-image: url(img/yajirushi-2.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 5%;
    padding: 16px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
  }
  header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  header .inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
  }
  header #logo {
    width: 50%;
    display: flex;
    justify-content: space-between;
    margin-left: 7%;
    align-items: center;
  }
  header #logo #logo-sub {
    width: 46%;
  }
  header #logo #logo-sub2 {
    width: 47%;
    margin-left: 5%;
  }
  #eyecatch {
    position: relative;
  }
  #eyecatch #eyecatch-contents {
    margin: 0 auto;
  }
  #eyecatch #eyecatch-contents #eye-app {
    width: 32%;
    margin-left: 5%;
    position: absolute;
    top: 68%;
  }
  #eyecatch #eyecatch-contents #eye-google {
    width: 33%;
    position: absolute;
    margin-left: 4%;
    position: absolute;
    top: 79%;
  }
  #eyecatch #eyecatch-contents img {
    width: 100%;
  }
  #what {
    padding: 40px 0;
  }
  #what #what-img {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
  }
  #what #what-contents {
    margin-top: 20px;
  }
  #what #what-contents h3 {
    text-align: center;
    color: #6cbb5a;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  #what #what-contents p {
    margin-top: 30px;
    text-align: center;
    line-height: 1.8;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.02rem;
  }
  #what #what-contents #omc {
    width: 20%;
    margin: 20px auto 0;
  }
  #what #what-card {
    background: #fdece0;
    width: 92%;
    margin: 40px auto;
    padding: 40px 0 10px;
    border-radius: 10px;
  }
  #what #what-card h3 {
    color: #dca435;
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    text-align: center;
  }
  #what #what-card p {
    width: 90%;
    margin: 30px auto 0;
    font-weight: 500;
    line-height: 1.7;
    font-size: 0.95rem;
    text-align: center;
    font-feature-settings: "palt";
  }
  #what #what-card #what-car-img {
    width: 70%;
    margin: 20px auto 0;
  }
  #info {
    background: url(img/info-bk.jpg) center;
    background-size: 100%;
    padding: 40px 0;
  }
  #info #info-container {
    margin-top: 40px;
  }
  #info .info-box {
    background-color: #fff;
    background-image: url(img/yajirushi-1.png);
    background-repeat: no-repeat;
    background-position: top 1.5rem right 10px;
    background-size: 3%;
    width: 91%;
    margin-bottom: 10px;
    padding: 1rem;
  }
  #info .info-box a {
    text-decoration: none;
  }
  #info .info-box a .cat {
    width: 126px;
    display: inline-block;
    color: #fff;
    padding: 5px 0;
    font-size: 0.9rem;
    text-align: center;
  }
  #info .info-box a .date, #info .info-box a h3 {
    color: #3e3a39;
  }
  #info .info-box a .date {
    margin: 5px 0 0 0;
    font-size: 1rem;
  }
  #info .info-box a h3 {
    font-size: 1.125rem;
    font-size: 400;
    margin: 5px 0 0 0;
    font-size: 1rem;
    overflow-wrap: anywhere;
  }
  #gaiyo {
    padding: 70px 0;
  }
  #gaiyo table {
    margin: 0 auto;
    margin-top: 60px;
    border-collapse: collapse;
  }
  #gaiyo table th, #gaiyo table td {
    display: block;
    padding: 0.5rem 1rem;
    font-weight: normal;
    font-size: 1rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  #gaiyo table th {
    background: #d6e7be;
  }
  #feature {
    background: url(img/feature-bk.jpg) no-repeat left;
    background-size: cover;
    padding: 30px 0;
  }
  #feature #feature-container {
    position: relative;
  }
  #feature #feature-container #feature-contents {
    margin-top: 20px;
  }
  #feature #feature-container #feature-contents .feature-box {
    width: 73%;
    margin: 0 auto 40px;
  }
  #feature #feature-container #feature-contents .feature-box .feature-no {
    margin-top: 10px;
    font-size: 2.5rem;
    color: #dca435;
    font-weight: 900;
    text-align: center;
  }
  #feature #feature-container #feature-contents .feature-box .feature-explanation {
    margin-top: 20px;
    text-align: center;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1.75;
    color: #4c4948;
    font-weight: 600;
    font-feature-settings: "palt";
  }
  #feature #feature-image {
    width: 24%;
    position: absolute;
    top: -120px;
  }
  #store {
    padding: 40px 0;
  }
  #use-step, .usestep {
    padding-bottom: 15px;
    overflow-x: scroll;
  }
  #use-step::-webkit-scrollbar, .usestep::-webkit-scrollbar {
    display: block; /* 表示 */
    width: 10px; /* 幅 */
  }
  #use-step::-webkit-scrollbar-thumb, .usestep::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* バーの色 */
    border-radius: 5px;
  }
  #use {
    background: url(img/use-bk.jpg) center center;
    background-size: cover;
    padding: 40px 0;
  }
  #use .step-p {
    position: relative;
  }
  #use h2 {
    color: #fff !important;
  }
  #use h3 {
    margin-top: 30px;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
  }
  #use #use-step #use-step-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
  }
  #use #use-step .use-step-box {
    background: #fff;
    min-width: 60%;
    height: 600px;
    margin-right: 16px;
    padding: 42px 0 0;
    border-radius: 20px;
  }
  #use #use-step .use-step-box h4 {
    font-size: 1.875rem;
    color: #6cbb5a;
    text-align: center;
  }
  #use #use-step .use-step-box .firsttime {
    background: #fadac2;
    width: 226px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 6px 0;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 40px;
  }
  #use #use-step .use-step-box .sub {
    margin-top: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: #3e3a39;
    font-feature-settings: "palt";
    font-weight: 700;
    line-height: 1.5;
    color: #3e3a39;
  }
  #use #use-step .use-step-box .stemimage {
    margin: 0 auto;
    margin-top: 26px;
  }
  #use #use-step .use-step-box .step-img, #use #use-step .use-step-box .step-img2, #use #use-step .use-step-box .step-img3, #use #use-step .use-step-box .step-img4, #use #use-step .use-step-box .step-img5, #use #use-step .use-step-box .step-img6, #use #use-step .use-step-box .step-img7, #use #use-step .use-step-box .step-img8, #use #use-step .use-step-box .step-img9, #use #use-step .use-step-box .step-img10 {
    width: 30%;
  }
  #use #use-step .use-step-box #appli {
    width: 70%;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
  }
  #use #use-step .use-step-box #appli .app {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 48%;
  }
  #use #use-step .use-step-box #appli .app .app-qr {
    width: 110px;
    display: none;
  }
  #use #use-step .use-step-box ul {
    width: 92%;
    margin: 0 auto;
    margin-top: 10px;
    list-style-position: outside;
  }
  #use #use-step .use-step-box ul li {
    margin-bottom: 10px;
  }
  #use #use-step .use-step-box ul li::before {
    content: "※";
  }
  #use #use-step #arrow {
    display: none;
  }
  #use #use-kakunin {
    width: 92%;
    margin: 20px auto 0;
    position: relative;
  }
  #use #use-kakunin h2 {
    font-size: 0.9rem;
    color: #fff;
    text-align: center;
    font-feature-settings: "palt";
  }
  #use #use-card {
    margin-top: 60px;
  }
  #use #use-card #use-card-contents {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
  }
  #use #use-card #use-card-contents .use-card-box {
    background: #fff;
    min-width: 60%;
    margin-right: 15px;
    padding: 42px 0 20px;
    border-radius: 10px;
  }
  #use #use-card #use-card-contents .use-card-box h4 {
    font-size: 1.875rem;
    color: #6cbb5a;
    text-align: center;
  }
  #use #use-card #use-card-contents .use-card-box .sub {
    margin-top: 20px;
    text-align: center;
    font-size: 1.15rem;
    color: #3e3a39;
    font-feature-settings: "palt";
    font-weight: 700;
    line-height: 1.5;
    color: #3e3a39;
  }
  #use #use-card #use-card-contents .use-card-box ul {
    width: 90%;
    margin: 0 auto;
    margin-top: 22px;
    list-style-position: outside;
  }
  #use #use-card #use-card-contents .use-card-box ul li::before {
    content: "※";
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img1 {
    width: 50%;
    margin: 20px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img2 {
    width: 46%;
    margin: 50px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img3 {
    width: 36%;
    margin: 20px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img4 {
    width: 70%;
    margin: 32px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img5 {
    width: 70%;
    margin: 50px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img6 {
    width: 70%;
    margin: 70px auto 0;
  }
  #qa {
    background: url(img/qa-bk.jpg) no-repeat center;
    padding: 40px 0;
  }
  #qa #qa-cotainer {
    width: 92.5%;
    margin: 0 auto;
    position: relative;
  }
  #qa #qa-cotainer #qa-contents {
    margin: 30px 0 0px;
  }
  #qa #qa-cotainer #qa-contents details {
    background: #fff;
    margin-bottom: 15px;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 10px 0;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  }
  #qa #qa-cotainer #qa-contents details summary {
    margin: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 50px;
    list-style: none;
  }
  #qa #qa-cotainer #qa-contents details summary::-webkit-details-marker {
    display: none;
  }
  #qa #qa-cotainer #qa-contents details summary img {
    width: 40px;
    margin: 0 10px;
    vertical-align: middle;
    flex-shrink: 0;
  }
  #qa #qa-cotainer #qa-contents details summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #6cbb5a;
    border-bottom: 3px solid #6cbb5a;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  #qa #qa-cotainer #qa-contents details .content {
    margin: 20px 20px 0 20px;
    padding-bottom: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #qa #qa-cotainer #qa-contents details[open] summary::after {
    transform: translateY(-30%) rotate(225deg);
  }
  #qa #qa-cotainer #qa-contents details[open] .content {
    opacity: 1;
    transform: translateY(0);
  }
  /*--------------*/
  /*--- footer ---*/
  /*--------------*/
  footer {
    padding: 50px 0;
  }
  footer #foot-contact {
    text-align: center;
  }
  footer #foot-contact #contactname {
    margin-top: 1rem;
    font-size: 1.1rem;
  }
  footer #foot-contact #jutaku {
    margin-top: 0.4rem;
    font-size: 1rem;
  }
  footer #foot-contact #contact-wallet {
    margin-top: 30px;
    font-size: 0.9rem;
    font-feature-settings: "palt";
  }
  footer #foot-contact .wallet-logo {
    width: 72%;
    margin: 30px auto 0;
  }
  footer #foot-contact #wallet-tell {
    margin-top: 20px;
  }
  footer #foot-contact #wallet-tell #wallet-tel-img {
    width: 40%;
    margin: 30px auto 0;
  }
  footer #foot-contact #wallet-tell #wallet-tel-img img {
    margin-top: 0.5rem;
  }
  footer #foot-contact #wallet-mail {
    width: 50%;
    margin: 30px auto 0;
  }
  footer #card-contact {
    margin-top: 56px;
    text-align: center;
  }
  footer #card-contact .wallet-logo {
    width: 301px;
    margin: 25px auto 22px;
  }
  footer #card-contact #yazu-tel {
    width: 92.5%;
    margin: 0 auto;
    margin-top: 43px;
  }
  footer #card-contact #yazu-tel .yazu-tel-box {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  footer #foot-end {
    width: 83%;
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
  }
  footer #foot-end a {
    text-underline-offset: 5px;
    color: #3e3a39;
  }
  footer #foot-end .copy {
    margin-top: 40px;
    font-size: 0.75rem !important;
  }
  .pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #d6e7be;
    border: solid 2px #6cbb5a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  .pagetop__arrow {
    height: 7px;
    width: 7px;
    border-top: 3px solid #6cbb5a;
    border-right: 3px solid #6cbb5a;
    transform: translateY(20%) rotate(-45deg);
  }
  /*-------------------*/
  /*--- info-single ---*/
  /*-------------------*/
  #info-single {
    background: url(img/info-bk.jpg);
    background-size: 100%;
    padding: 44px 0 60px 0;
  }
  #bred ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #bred ul li {
    display: flex;
    align-items: center;
  }
  #bred ul li + li::before {
    content: ">";
    color: #3e3a39;
    margin: 0 0.5em;
  }
  #bred ul a {
    text-decoration: none;
  }
  #single-contents {
    background: #fff;
    width: 88%;
    margin: 0 auto;
    padding: 6%;
    margin-top: 40px;
    border-radius: 1rem;
  }
  #single-contents #cat {
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    font-size: 1rem;
  }
  #single-contents #date {
    margin-top: 10px;
    letter-spacing: 0.1rem;
  }
  #single-contents #single-title {
    margin-top: 30px;
    font-size: 1.25rem;
    font-feature-settings: "palt";
  }
  #single-contents #single-box {
    margin-top: 20px;
    font-feature-settings: "palt";
    letter-spacing: 0.6px;
    line-height: 1.7;
  }
  #single-contents #single-box h3 {
    margin: 40px 0 10px 0;
    font-size: 1.25rem !important;
    font-weight: 600;
  }
  #single-contents #single-box h4 {
    margin-top: 10px;
    font-size: 1.125rem;
    font-weight: 500;
  }
}
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*--------------------------------------- min-width: 1281px ---------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 1280px) {
  .sp {
    display: none;
  }
  #dfx {
    margin-top: 20px;
    display: flex;
  }
  .fnormal {
    font-size: 1rem;
  }
  .small {
    font-size: 0.8rem;
  }
  .f375 {
    font-size: 3.75rem;
    line-height: 1;
  }
  .f312 {
    font-size: 3.12rem;
    line-height: 1;
  }
  .f21 {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 2.1rem;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  .contents {
    width: 1200px;
    margin: 0 auto;
  }
  .contents h2 {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    text-align: center;
    font-weight: 700;
  }
  .more {
    text-align: center;
    width: 360px;
    margin: 70px auto 0;
  }
  .more a {
    display: block;
    background: #6cbb5a;
    background-image: url(img/yajirushi-2.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 5%;
    box-shadow: 7px 7px 0px 0 rgb(193, 193, 193);
    padding: 20px 0;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
  }
  .more2 {
    width: 400px;
    margin: 40px auto 0;
    text-align: center;
  }
  .more2 a {
    display: block;
    background: #fff;
    background-image: url(img/yajirushi-1.png);
    background-repeat: no-repeat;
    background-position: center right 10%;
    background-size: 5%;
    box-shadow: 7px 7px 0px 0 rgb(92, 160, 70);
    padding: 20px 0;
    color: #3e3a39;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
  }
  .more:hover, .more2:hover {
    opacity: 0.8;
  }
  header {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 9999;
  }
  header .inner {
    width: 95%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #logo {
    width: 30%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header #logo #logo-sanin {
    width: 61%;
  }
  header #logo #logo-sub {
    width: 33%;
    margin: 0 0.8rem 0 0.6rem;
  }
  header #logo #logo-sub2 {
    width: 40%;
    margin-top: 1rem;
  }
  header .drawer {
    width: 60%;
  }
  header .drawer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.86vw;
  }
  header .drawer ul a {
    color: #3e3a39;
    text-decoration: none;
  }
  header .drawer ul > li {
    padding: 3rem 1rem;
  }
  header .drawer ul > li:hover {
    background: #d6e7be;
  }
  header .drawer ul .spnv {
    position: relative;
  }
  header .drawer ul .spnv .sub-nav {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    min-width: 240px;
    margin: 0;
    padding: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.2s ease;
    text-align: center;
  }
  header .drawer ul .spnv .sub-nav li {
    padding: 0;
    border-bottom: 0.1rem solid #898989;
  }
  header .drawer ul .spnv .sub-nav li:hover {
    background: #d6e7be;
  }
  header .drawer ul .spnv .sub-nav li a {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
  }
  header .drawer ul .spnv:hover .sub-nav, header .drawer ul .spnv:focus-within .sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  header .drawer ul li#nav-store {
    background: #dca435;
    border-radius: 30px;
    padding: 1rem;
  }
  header .drawer ul li#nav-store a {
    padding: 0 30px;
    display: block;
    color: #fff;
  }
  #eyecatch {
    background: url(img/eye-bk.jpg) no-repeat;
    background-size: cover;
  }
  #eyecatch #eyecatch-contents {
    width: 1280px;
    margin: 0 auto;
    padding: 40px 0 0;
    position: relative;
  }
  #eyecatch #eyecatch-contents .eyeimg {
    width: 1280px;
  }
  #eyecatch #eyecatch-contents .eyeimg img {
    vertical-align: bottom;
  }
  #eyecatch #eyecatch-contents #eye-app {
    width: 236px;
    right: 310px;
    top: 643px;
    position: absolute;
  }
  #eyecatch #eyecatch-contents #eye-google {
    width: 260px;
    position: absolute;
    right: 30px;
    position: absolute;
    top: 643px;
  }
  #what {
    background: url(img/what-bk.jpg) no-repeat center;
    padding: 100px 0;
  }
  #what #what-img {
    width: 700px;
    margin: 0 auto;
    margin-top: 50px;
  }
  #what #what-contents {
    margin-top: 64px;
    position: relative;
  }
  #what #what-contents h3 {
    text-align: center;
    color: #3e3a39;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 1.8;
  }
  #what #what-contents p {
    margin-top: 50px;
    text-align: center;
    line-height: 2.3;
    letter-spacing: 0.06rem;
    font-weight: 500;
  }
  #what #what-contents #omc {
    width: 236px;
    position: absolute;
    top: 120px;
    right: 40px;
  }
  #what #what-card {
    background: #fdece0;
    width: 780px;
    margin: 65px auto 0;
    padding: 40px 50px;
    border-radius: 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #what #what-card h3 {
    color: #dca435;
    font-size: 1.35rem;
    letter-spacing: 0.1rem;
    line-height: 1.6;
  }
  #what #what-card p {
    margin-top: 30px;
    font-weight: 500;
    line-height: 1.7;
  }
  #what #what-card #what-car-img {
    width: 342px;
    margin-top: 5%;
  }
  #info {
    background: url(img/info-bk.jpg) center center;
    background-size: cover;
    padding: 100px 0;
  }
  #info #info-title-contents {
    margin-top: 100px;
  }
  #info #info-container {
    margin-top: 71px;
  }
  #info .info-box {
    background-color: #fff;
    background-image: url(img/yajirushi-1.png);
    background-repeat: no-repeat;
    background-position: center right 2%;
    background-size: 1.8%;
    width: 100%;
    margin-bottom: 5px;
  }
  #info .info-box a {
    padding: 1.25rem 1.875rem;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  #info .info-box a .cat {
    width: 150px;
    color: #fff;
    padding: 10px 0;
    font-size: 1rem;
    text-align: center;
  }
  #info .info-box a .date, #info .info-box a h3 {
    color: #3e3a39;
  }
  #info .info-box a .date {
    margin-left: 30px;
    font-size: 1rem;
  }
  #info .info-box a h3 {
    font-size: 1.125rem;
    font-size: 400;
    margin-left: 30px;
    font-size: 1.1rem;
  }
  #gaiyo {
    padding: 100px 0;
  }
  #gaiyo table {
    width: 900px;
    margin: 0 auto;
    margin-top: 60px;
    border-collapse: collapse;
  }
  #gaiyo table th, #gaiyo table td {
    padding: 1rem 1rem;
    font-weight: normal;
    font-size: 1.2rem;
    border-top: 1px solid;
    border-bottom: 1px solid;
  }
  #gaiyo table th {
    width: 120px;
  }
  #store {
    padding: 130px 0;
  }
  #use-step {
    padding-bottom: 55px;
    overflow-x: scroll;
  }
  #use-step::-webkit-scrollbar {
    display: block; /* 表示 */
    width: 10px; /* 幅 */
  }
  #use-step::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* バーの色 */
    border-radius: 5px;
  }
  #use {
    background: url(img/use-bk.jpg) center center;
    background-size: cover;
    margin-top: 40px;
    padding: 130px 0;
  }
  #use h2 {
    color: #3e3a39 !important;
  }
  #use h3 {
    margin-top: 78px;
    color: #3e3a39;
    text-align: center;
    font-size: 1.65rem;
    font-weight: 700;
  }
  #use #use-step #use-step-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 77px;
  }
  #use #use-step .use-step-box {
    background: #fff;
    min-width: 380px;
    height: 760px;
    padding: 42px 0 0;
    border-radius: 20px;
  }
  #use #use-step .use-step-box h4 {
    font-size: 1.875rem;
    color: #6cbb5a;
    text-align: center;
  }
  #use #use-step .use-step-box .firsttime {
    background: #fadac2;
    width: 226px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 6px 0;
    text-align: center;
    font-size: 1.25rem;
    border-radius: 40px;
  }
  #use #use-step .use-step-box .sub {
    margin-top: 20px;
    text-align: center;
    font-size: 1.25rem;
    color: #3e3a39;
    font-feature-settings: "palt";
    letter-spacing: 0.07rem;
    font-weight: 700;
    line-height: 1.5;
    color: #3e3a39;
  }
  #use #use-step .use-step-box .stemimage {
    margin: 0 auto;
    margin-top: 26px;
  }
  #use #use-step .use-step-box .step-img, #use #use-step .use-step-box .step-img10 {
    width: 133px;
  }
  #use #use-step .use-step-box .step-img2 {
    width: 172px;
  }
  #use #use-step .use-step-box .step-img3 {
    width: 139px;
  }
  #use #use-step .use-step-box .step-img4 {
    width: 218px;
  }
  #use #use-step .use-step-box .step-img5 {
    width: 132px;
  }
  #use #use-step .use-step-box .step-img6 {
    width: 151px;
  }
  #use #use-step .use-step-box .step-img7 {
    width: 235px;
  }
  #use #use-step .use-step-box .step-img8 {
    width: 181px;
  }
  #use #use-step .use-step-box #appli {
    width: 300px;
    margin: 0 auto;
  }
  #use #use-step .use-step-box #appli .app {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  #use #use-step .use-step-box #appli .app #app-img {
    width: 190px;
  }
  #use #use-step .use-step-box #appli .app #google-img {
    width: 184px;
  }
  #use #use-step .use-step-box #appli .app .app-qr {
    width: 110px;
  }
  #use #use-step .use-step-box ul {
    width: 323px;
    margin: 0 auto;
    list-style-position: outside;
  }
  #use #use-step .use-step-box ul li {
    margin-bottom: 10px;
  }
  #use #use-step .use-step-box ul li::before {
    content: "※";
  }
  #use #use-step #arrow {
    min-width: 23px;
    margin: 0 20px;
  }
  #use #use-kakunin {
    width: 1200px;
    margin: 76px auto 0;
    position: relative;
  }
  #use #use-kakunin h2 {
    font-size: 1.25rem;
    letter-spacing: 0.05rem;
    color: #fff;
    text-align: center;
  }
  #use #use-card {
    margin-top: 100px;
  }
  #use #use-card #use-card-contents {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
  }
  #use #use-card #use-card-contents .use-card-box {
    background: #fff;
    width: 380px;
    padding: 42px 0 20px;
    border-radius: 20px;
  }
  #use #use-card #use-card-contents .use-card-box h4 {
    font-size: 1.875rem;
    color: #6cbb5a;
    text-align: center;
  }
  #use #use-card #use-card-contents .use-card-box .sub {
    margin-top: 20px;
    text-align: center;
    font-size: 1.25rem;
    color: #3e3a39;
    font-feature-settings: "palt";
    letter-spacing: 0.07rem;
    font-weight: 700;
    line-height: 1.5;
    color: #3e3a39;
  }
  #use #use-card #use-card-contents .use-card-box .whatss {
    width: 80%;
    margin: 0 auto;
    margin-top: 1rem;
  }
  #use #use-card #use-card-contents .use-card-box ul {
    width: 323px;
    margin: 0 auto;
    margin-top: 22px;
    list-style-position: outside;
  }
  #use #use-card #use-card-contents .use-card-box ul li::before {
    content: "※";
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img1 {
    width: 220px;
    margin: 20px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img2 {
    width: 206px;
    margin: 20px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img3 {
    width: 164px;
    margin: 30px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img4 {
    width: 225px;
    margin: 32px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img5 {
    width: 320px;
    margin: 50px auto 0;
  }
  #use #use-card #use-card-contents .use-card-box .use-card-img6 {
    width: 267px;
    margin: 70px auto 0;
  }
  #qa {
    background: url(img/qa-bk.jpg) no-repeat center;
    padding: 157px 0 120px;
  }
  #qa #qa-cotainer {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #qa #qa-cotainer #qa-contents {
    margin: 87px 0 0px;
  }
  #qa #qa-cotainer #qa-contents details {
    background: #fff;
    margin-bottom: 15px;
    font-size: 1.125rem;
    font-weight: 400;
    padding: 10px 0;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1);
  }
  #qa #qa-cotainer #qa-contents details summary {
    margin: 0;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 50px;
    list-style: none;
  }
  #qa #qa-cotainer #qa-contents details summary::-webkit-details-marker {
    display: none;
  }
  #qa #qa-cotainer #qa-contents details summary img {
    width: 50px;
    margin: 0 20px;
    vertical-align: middle;
    flex-shrink: 0;
  }
  #qa #qa-cotainer #qa-contents details summary::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 10px;
    height: 10px;
    border-right: 3px solid #6cbb5a;
    border-bottom: 3px solid #6cbb5a;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s ease;
  }
  #qa #qa-cotainer #qa-contents details .content {
    margin: 20px 20px 0 20px;
    padding-bottom: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
  }
  #qa #qa-cotainer #qa-contents details[open] summary::after {
    transform: translateY(-30%) rotate(225deg);
  }
  #qa #qa-cotainer #qa-contents details[open] .content {
    opacity: 1;
    transform: translateY(0);
  }
  /*--------------*/
  /*--- footer ---*/
  /*--------------*/
  footer {
    padding: 130px 0;
  }
  footer #foot-contact {
    text-align: center;
    color: #3e3a39;
  }
  footer #foot-contact #contactname {
    margin-top: 4rem;
    font-size: 1.8rem;
  }
  footer #foot-contact #jutaku {
    margin-top: 0.4rem;
    font-size: 1.4rem;
  }
  footer #foot-contact .wallet-logo {
    width: 350px;
    margin: 30px auto 0;
  }
  footer #foot-contact #wallet-tell {
    margin-top: 20px;
  }
  footer #foot-contact #wallet-tell #wallet-tel-img {
    width: 350px;
    margin: 2rem auto 0;
  }
  footer #foot-contact #wallet-tell #wallet-tel-img #contact-wallet {
    margin-bottom: 0.6rem;
  }
  footer #foot-contact #wallet-mail {
    width: 482px;
    margin: 30px auto 0;
  }
  footer #card-contact {
    margin-top: 56px;
    text-align: center;
  }
  footer #card-contact .wallet-logo {
    width: 301px;
    margin: 25px auto 22px;
  }
  footer #card-contact #yazu-tel {
    width: 654px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 43px;
  }
  footer #card-contact #yazu-tel .yazu-tel-box {
    width: 300px;
  }
  footer #foot-end {
    width: 575px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 80px;
    align-items: center;
  }
  footer #foot-end a {
    text-underline-offset: 5px;
    color: #10080c;
  }
  /*-------------------*/
  /*--- info-single ---*/
  /*-------------------*/
  #info-single {
    background: url(img/info-bk.jpg);
    background-size: 100%;
    padding: 44px 0 130px 0;
  }
  #bred ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #bred ul li {
    display: flex;
    align-items: center;
  }
  #bred ul li + li::before {
    content: ">";
    color: #3e3a39;
    margin: 0 0.5em;
  }
  #bred ul a {
    text-decoration: none;
  }
  #single-contents {
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 60px 100px;
    border-radius: 1rem;
  }
  #single-contents #cat {
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    font-size: 1rem;
  }
  #single-contents #date {
    margin-top: 10px;
    letter-spacing: 0.1rem;
  }
  #single-contents #single-title {
    margin-top: 47px;
  }
  #single-contents #single-box {
    margin-top: 62px;
    font-feature-settings: "palt";
    letter-spacing: 0.6px;
    line-height: 1.7;
  }
  #single-contents #single-box h3 {
    margin: 40px 0 10px 0;
    font-size: 1.25rem !important;
    font-weight: 600;
  }
  #single-contents #single-box h4 {
    margin-top: 10px;
    font-size: 1.125rem;
    font-weight: 500;
  }
}/*# sourceMappingURL=style.css.map */