@charset "UTF-8";
/*Theme Name: 福岡・北九州のグルテンフリーお米むしパン*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@media (min-width: 769px) {
  html {
    font-size: 125%;
    scroll-padding-top: 115px;
  }
  body {
    background: url("images/bg.webp");
    color: #7e573e;
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0 auto;
    min-width: 1280px;
    width: 100%;
    line-height: 1.6;
    letter-spacing: 1.2px;
  }
  body img {
    height: auto;
  }
  body .inner {
    width: 1000px;
    margin: 0 auto;
  }
  body .main_title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
  }
  body .main_title:after {
    position: absolute;
    content: "";
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    height: 60px;
    z-index: -1;
  }
  body .main_title.white {
    color: #fff;
  }
  body .btn {
    background: #fff1bc;
    border: 7px solid #7e573e;
    display: block;
    width: 540px;
    padding: 25px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    border-radius: 100px;
  }
  body .btn span {
    color: #bc5b00;
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  body .btn:hover {
    background: #7e573e;
    color: #fff1bc;
  }
  body .btn:hover span {
    color: #fff;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    overflow: hidden;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 30px;
    max-height: 115px;
    min-width: 1280px;
    width: 100%;
  }
  header .h_blc.active {
    background: url("images/bg.webp") no-repeat;
    background-size: 100%;
  }
  header .logo {
    position: absolute;
    background: url("images/bg_logo.webp") no-repeat;
    background-size: 100%;
    width: 261px;
    height: 258px;
    top: -25px;
    left: -25px;
  }
  header .logo a {
    display: block;
    text-align: center;
    padding: 40px 10px 0 0;
  }
  header .logo img {
    width: 70px;
    margin: 0 auto 10px;
  }
  header .logo span {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 2.4px;
  }
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
  }
  header nav .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 30px;
  }
  header nav .nav a {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
  }
  header nav .nav a:hover {
    color: #bc5b00;
  }
  header nav .btn {
    width: 190px;
    font-size: 0.9rem;
    padding: 10px;
    border: 4px solid #7e573e;
  }
  header .fv {
    position: relative;
    margin: 165px auto 0;
  }
  header .fv > img {
    display: block;
    margin: 0 auto;
  }
  header .fv .copy {
    position: absolute;
    top: -30px;
    right: 0;
    max-width: 670px;
    text-align: right;
  }
  header .fv .copy p {
    font-size: 1.9rem;
    font-weight: bold;
    letter-spacing: 7.6px;
    color: #fff;
    background: #7e573e;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0 5px 30px;
    display: inline-block;
  }
  header .fv .copy p:not(:last-child) {
    margin-bottom: 20px;
  }
  header .fv .copy p span {
    color: #fff1bc;
  }
  header .fv .copy img {
    position: absolute;
  }
  header .fv .copy img.rice01 {
    top: -30px;
    left: -90px;
  }
  header .fv .copy img.rice02 {
    bottom: -135px;
    right: 10px;
  }
  header .fv .deco {
    position: absolute;
    bottom: -20px;
    left: -130px;
  }
  main #story {
    background: url("images/bg_story.webp") no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 100px;
    position: relative;
  }
  main #story .inner {
    position: relative;
  }
  main #story .inner .deco01 {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
  }
  main #story .main_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    margin: 0 0 10px 80px;
  }
  main #story .main_title span {
    padding-top: 40px;
  }
  main #story .main_title:after {
    background: url("images/title_story.svg") no-repeat;
    background-size: 100%;
    width: 525px;
    bottom: 30px;
    left: -80px;
  }
  main #story .box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 40px;
    border: 3px dashed #7e573e;
    padding: 60px 100px;
  }
  main #story .box p,
  main #story .box span {
    font-family: "Noto Sans JP", sans-serif;
    line-height: 2;
  }
  main #story .box strong {
    font-weight: bold;
  }
  main #story .box span {
    display: block;
    padding-top: 30px;
  }
  main #story .deco02 {
    position: absolute;
    bottom: 40px;
    right: 0;
  }
  main #point {
    padding: 100px 0 0;
  }
  main #point .main_title:after {
    background: url("images/title_point.svg") no-repeat;
    background-size: 100%;
    bottom: -45px;
    width: 440px;
  }
  main #point .graf {
    position: relative;
  }
  main #point .graf .deco01 {
    position: absolute;
    top: 110px;
    left: 380px;
  }
  main #point .graf .deco02 {
    position: absolute;
    top: 380px;
    left: 30px;
  }
  main #point .graf .deco03 {
    position: absolute;
    bottom: 60px;
    left: 270px;
  }
  main #point .box {
    background: #fff;
    border-radius: 30px;
    padding: 30px 100px;
    width: 900px;
    border-bottom: 10px solid #bc5b00;
    border-right: 10px solid #bc5b00;
    margin: 0 auto;
    position: relative;
  }
  main #point .box > img {
    position: absolute;
  }
  main #point .box > img.deco01 {
    top: 40px;
    left: 60px;
  }
  main #point .box > img.deco02 {
    bottom: 160px;
    right: 30px;
  }
  main #point .box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main #point .box ul li {
    text-align: center;
  }
  main #point .box ul h3 {
    width: 200px;
    margin: 20px auto 0;
    font-size: 1.4rem;
    font-weight: bold;
    background: #fff1bc;
    border-radius: 100px;
  }
  main #point .box ul p {
    color: #363231;
    font-weight: 500;
  }
  main #point .box ul strong {
    color: #363231;
    padding-bottom: 5px;
    border-bottom: 4px dashed #fff1bc;
  }
  main #point .box ul strong span {
    color: #bc5b00;
    font-size: 2.15rem;
    font-weight: bold;
    margin-right: 5px;
  }
  main #recommend {
    padding: 200px 0 100px;
    position: relative;
  }
  main #recommend .deco {
    position: absolute;
    top: 50px;
    left: 0;
  }
  main #recommend .main_title {
    margin-bottom: 50px;
  }
  main #recommend .main_title:after {
    background: url("images/title_recommend.svg") no-repeat;
    background-size: 100%;
    width: 500px;
  }
  main #recommend ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #recommend ul li {
    width: 370px;
    width: 370px;
    height: 342px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #recommend ul li:first-child {
    background: url("images/bg_recommend01.svg") no-repeat;
    background-size: 100%;
    margin-top: 30px;
  }
  main #recommend ul li:first-child img {
    margin: -30px auto 10px;
  }
  main #recommend ul li:nth-child(2) {
    background: url("images/bg_recommend02.svg") no-repeat;
    background-size: 100%;
    margin: 80px -50px 0;
  }
  main #recommend ul li:last-child {
    background: url("images/bg_recommend03.svg") no-repeat;
    background-size: 100%;
  }
  main #recommend ul li:last-child img {
    margin: 0 0 10px -60px;
  }
  main #recommend ul h3 {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  main #recommend ul img {
    margin: 0 auto 10px;
  }
  main #faq {
    background: url("images/bg_faq.webp") no-repeat center top;
    background-size: 100%;
    padding: 150px 0 20px;
    position: relative;
    z-index: 1;
  }
  main #faq:after {
    content: "";
    position: absolute;
    bottom: -175px;
    left: 0;
    width: 100%;
    height: 180px;
    background: url("images/bg_faq.webp") no-repeat center bottom/100% auto;
    z-index: 2;
  }
  main #faq .main_title {
    margin-bottom: 0;
  }
  main #faq .main_title:before {
    position: absolute;
    content: "";
    width: 500px;
    height: 500px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    top: -70px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main #faq .inner {
    position: relative;
  }
  main #faq ul {
    background: #fff;
    border-radius: 30px;
    padding: 60px 10px 60px 100px;
  }
  main #faq ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  main #faq ul h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 25px;
    margin-bottom: 20px;
  }
  main #faq ul h3 .q {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    background: #bc5b00;
    color: #fff;
    padding-bottom: 5px;
  }
  main #faq ul h3 .title {
    font-size: 1.2rem;
    font-weight: 500;
  }
  main #faq ul div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 25px;
    margin-bottom: 10px;
  }
  main #faq ul div .a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    border: 2px solid #bc5b00;
    color: #bc5b00;
    padding-bottom: 5px;
  }
  main #faq ul div .txt {
    color: #363231;
    padding-top: 5px;
  }
  main #faq img {
    position: absolute;
  }
  main #faq img.deco01 {
    top: -230px;
    left: -70px;
  }
  main #faq img.deco02 {
    top: -20px;
    right: -60px;
  }
  main #faq img.deco03 {
    top: 520px;
    left: -90px;
  }
  main #faq img.deco04 {
    bottom: 290px;
    right: -140px;
  }
  main #faq img.deco05 {
    top: -350px;
    right: -60px;
  }
  main #order {
    background: url("images/bg_order.webp") no-repeat 55% 27%;
    position: relative;
    padding: 220px 0 200px;
  }
  main #order .main_title {
    margin-bottom: 60px;
  }
  main #order .box {
    background: url("images/bg_order_box.webp") no-repeat;
    background-size: 100%;
    padding: 70px 85px;
    position: relative;
  }
  main #order .box li {
    position: relative;
    background: #fff;
    border-radius: 30px 0 30px 0;
    padding: 25px 30px 25px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 25px;
    min-height: 150px;
  }
  main #order .box li:not(:last-child) {
    margin-bottom: 30px;
  }
  main #order .box li .btn {
    position: absolute;
    top: 0;
    right: -60px;
    width: 280px;
    font-size: 0.65rem;
    border: 3px solid #7e573e;
    padding: 12px;
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  main #order .box li .deco01 {
    position: absolute;
    top: 20px;
    right: 55px;
  }
  main #order .box li .line {
    position: absolute;
    bottom: -260px;
    right: -75px;
    z-index: 1;
    border: 4px solid #7e573e;
    width: 270px;
    height: 270px;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #order .box li .line h4 {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    background: #7e573e;
    border-radius: 30px;
    width: 260px;
    font-size: 1.1rem;
    font-weight: 500;
    text-align: center;
    padding: 8px;
  }
  main #order .box li .line .deco02 {
    position: absolute;
    bottom: -40px;
    right: -120px;
  }
  main #order .box li strong {
    font-weight: 500;
    text-align: center;
    color: #bc5b00;
    border-right: 2px dashed #7e573e;
    padding: 5px 25px 5px 0;
  }
  main #order .box li strong span {
    display: block;
    font-weight: bold;
    line-height: 1.4;
    font-size: 2rem;
  }
  main #order .box li .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  main #order .box li .cont h3 {
    font-size: 1.2rem;
    line-height: 1.7;
    font-weight: 500;
    color: #363231;
  }
  main #order .box li .cont h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main #order .box li .cont h3 span {
    color: #7e573e;
    font-weight: bold;
  }
  main #order .box > .btn {
    margin: 60px auto 0;
  }
  main #order .box .deco03 {
    position: absolute;
    bottom: 70px;
    left: 60px;
  }
  main #order .box .deco04 {
    position: absolute;
    bottom: 30px;
    right: 75px;
  }
  main .error {
    padding: 300px 0;
  }
  main .error p {
    margin-bottom: 40px;
  }
  main .error .btn {
    margin: 0 auto;
  }
  footer {
    background: url("images/bg_footer.webp");
    background-size: cover;
    padding: 0 20px 40px;
    position: relative;
  }
  footer:before {
    content: "";
    position: absolute;
    top: -10vw;
    left: 0;
    width: 100%;
    height: 10vw;
    background: url("images/bg_footer_top.webp") no-repeat center top/100% auto;
    z-index: 1;
  }
  footer .f_blc {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  footer .f_blc h2 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  footer .f_blc small {
    display: block;
    font-size: 0.8rem;
  }
  footer .f_blc .deco {
    position: absolute;
    top: -180px;
    right: 100px;
    z-index: 2;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:after {
    position: absolute;
    content: "";
    top: 45%;
    left: 35%;
    width: 20px;
    height: 20px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  footer .pagetop:hover {
    cursor: pointer;
    background: #bc5b00;
  }
  footer .fixbtn {
    opacity: 0;
  }
  .smonly {
    display: none;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 100%;
    scroll-padding-top: 60px;
  }
  body {
    background: url("images/bg.webp");
    background-size: cover;
    color: #7e573e;
    font-family: "Zen Maru Gothic", sans-serif;
    margin: 0 auto;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 1.2px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
  }
  body img {
    height: auto;
  }
  body .main_title {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
  }
  body .main_title:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    height: 40px;
    z-index: -1;
  }
  body .main_title.white {
    color: #fff;
  }
  body .btn {
    background: #fff1bc;
    border: 3px solid #7e573e;
    display: block;
    width: 100%;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    border-radius: 100px;
  }
  body .btn span {
    color: #bc5b00;
  }
  body .grecaptcha-badge {
    display: none;
  }
  header {
    overflow: hidden;
  }
  header .h_blc {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 10px;
    min-height: 60px;
  }
  header .h_blc.active {
    background: url("images/bg.webp") no-repeat;
    background-size: 100%;
  }
  header .logo {
    position: absolute;
    background: url("images/bg_logo.webp") no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    top: -20px;
    left: -10px;
  }
  header .logo a {
    display: block;
    text-align: center;
    padding: 20px 10px 0 0;
  }
  header .logo img {
    width: 35px;
    margin: 0 auto;
  }
  header .logo span {
    display: block;
    font-size: 0.8rem;
    font-weight: bold;
  }
  header .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    z-index: 100;
    background: #bc5b00;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.7s;
    transition: 0.7s;
  }
  header .menu-btn span,
  header .menu-btn span:before,
  header .menu-btn span:after {
    content: "";
    display: block;
    height: 2px;
    width: 24px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
  }
  header .menu-btn span:before {
    top: 8px;
  }
  header .menu-btn span:after {
    top: 16px;
  }
  header #menu-btn-check:checked ~ .menu-btn span {
    top: 20px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  header #menu-btn-check:checked ~ .menu-btn span::before {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  header #menu-btn-check {
    display: none;
  }
  header #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
  header .menu-content {
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 80px 20px 40px;
    position: fixed;
    top: 0;
    left: 100%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 99;
    overflow: scroll;
  }
  header .menu-content .nav {
    margin-bottom: 20px;
  }
  header .menu-content .nav a {
    padding: 10px;
    font-weight: bold;
    display: block;
    position: relative;
  }
  header .menu-content .nav a:after {
    position: absolute;
    content: "";
    border: 0;
    border-top: 2px solid #7e573e;
    border-right: 2px solid #7e573e;
    display: inline-block;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
  }
  header .fv {
    position: relative;
    margin: 130px auto 0;
  }
  header .fv > img {
    display: block;
    margin: 0 auto;
  }
  header .fv .copy {
    position: absolute;
    top: -30px;
    right: 20px;
    text-align: right;
  }
  header .fv .copy p {
    font-size: 4vw;
    font-weight: bold;
    color: #fff;
    background: #7e573e;
    border-radius: 10px;
    text-align: center;
    padding: 5px 0 5px 10px;
    display: inline-block;
  }
  header .fv .copy p:not(:last-child) {
    margin-bottom: 10px;
  }
  header .fv .copy p span {
    color: #fff1bc;
  }
  header .fv .copy img {
    position: absolute;
  }
  header .fv .copy img.rice01 {
    top: -10px;
    left: 25%;
    width: 20%;
  }
  header .fv .copy img.rice02 {
    top: 90%;
    right: -20px;
    width: 20%;
  }
  header .fv .deco {
    position: absolute;
    bottom: -10px;
    left: -10%s;
    width: 45%;
  }
  main #story {
    background: url("images/bg_story.webp") no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding: 40px 20px 80px;
    position: relative;
  }
  main #story .inner {
    position: relative;
  }
  main #story .inner .deco01 {
    position: absolute;
    z-index: -1;
    top: -30px;
    right: 0;
    width: 30%;
  }
  main #story .main_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  main #story .main_title img {
    width: 50px;
  }
  main #story .main_title span {
    padding-top: 20px;
  }
  main #story .main_title:after {
    background: url("images/title_story.svg") no-repeat;
    background-size: 100%;
    width: 260px;
    bottom: -5px;
    left: 60px;
  }
  main #story .box {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    border: 2px dashed #7e573e;
    padding: 20px;
  }
  main #story .box p,
  main #story .box span {
    font-family: "Noto Sans JP", sans-serif;
  }
  main #story .box p:not(:last-child),
  main #story .box span:not(:last-child) {
    margin-bottom: 20px;
  }
  main #story .box strong {
    font-weight: bold;
  }
  main #story .deco02 {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 30%;
  }
  main #point {
    padding: 40px 20px 20px;
  }
  main #point .main_title:after {
    background: url("images/title_point.svg") no-repeat;
    background-size: 100%;
    bottom: -30px;
    width: 220px;
  }
  main #point .graf {
    position: relative;
  }
  main #point .graf .deco01 {
    position: absolute;
    top: 30px;
    left: 38%;
    width: 15%;
  }
  main #point .graf .deco02 {
    position: absolute;
    top: 35%;
    left: 0px;
    width: 15%;
  }
  main #point .graf .deco03 {
    position: absolute;
    bottom: 25px;
    left: 30%;
    width: 15%;
  }
  main #point .box {
    background: #fff;
    border-radius: 30px;
    padding: 20px;
    border-bottom: 5px solid #bc5b00;
    border-right: 5px solid #bc5b00;
    position: relative;
  }
  main #point .box > img {
    position: absolute;
  }
  main #point .box > img.deco01 {
    top: 10px;
    left: 2%;
    width: 20%;
  }
  main #point .box > img.deco02 {
    bottom: 150px;
    right: 5%;
    width: 20%;
  }
  main #point .box ul {
    max-width: 300px;
    margin: 0 auto;
  }
  main #point .box ul li {
    text-align: center;
  }
  main #point .box ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  main #point .box ul h3 {
    width: 160px;
    margin: 20px auto 0;
    font-size: 1.2rem;
    font-weight: bold;
    background: #fff1bc;
    border-radius: 100px;
  }
  main #point .box ul p {
    color: #363231;
    font-weight: 500;
  }
  main #point .box ul strong {
    color: #363231;
    padding-bottom: 5px;
    border-bottom: 3px dashed #fff1bc;
  }
  main #point .box ul strong span {
    color: #bc5b00;
    font-size: 2rem;
    font-weight: bold;
    margin-right: 5px;
  }
  main #recommend {
    padding: 80px 20px;
    position: relative;
  }
  main #recommend .deco {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30%;
  }
  main #recommend .main_title {
    margin-bottom: 40px;
  }
  main #recommend .main_title:after {
    background: url("images/title_recommend.svg") no-repeat;
    background-size: 100%;
    width: 220px;
  }
  main #recommend ul {
    max-width: 330px;
    margin: 0 auto;
  }
  main #recommend ul li {
    width: 330px;
    height: 330px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: url("images/bg_recommend03.svg") no-repeat;
    background-size: 100%;
  }
  main #recommend ul li:first-child img {
    margin: -40px auto 10px;
  }
  main #recommend ul li:last-child img {
    margin: 0 0 10px -50px;
  }
  main #recommend ul h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  main #recommend ul img {
    margin: 0 auto 10px;
  }
  main #faq {
    background: url("images/bg_faq.webp") no-repeat;
    background-size: cover;
    padding: 20px 20px 0;
    position: relative;
    z-index: 1;
  }
  main #faq:before {
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 110px;
    background: url("images/bg_faq.webp") no-repeat center top/100% auto;
    z-index: -1;
  }
  main #faq:after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    height: 150px;
    background: url("images/bg_faq.webp") no-repeat center bottom/100% auto;
    z-index: -1;
  }
  main #faq .main_title {
    margin-bottom: 0;
  }
  main #faq .main_title:before {
    position: absolute;
    content: "";
    width: 200px;
    height: 160px;
    background: #fff;
    border-radius: 50%;
    z-index: -1;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  main #faq .inner {
    position: relative;
  }
  main #faq ul {
    background: #fff;
    border-radius: 30px;
    padding: 20px;
  }
  main #faq ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  main #faq ul h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  main #faq ul h3 .q {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    background: #bc5b00;
    color: #fff;
    padding-bottom: 3px;
  }
  main #faq ul h3 .title {
    font-weight: 500;
    width: calc(100% - 40px);
  }
  main #faq ul div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
  main #faq ul div .a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.2rem;
    font-weight: bold;
    border: 2px solid #bc5b00;
    color: #bc5b00;
    padding-bottom: 3px;
  }
  main #faq ul div .txt {
    color: #363231;
    width: calc(100% - 40px);
    font-size: 0.8rem;
  }
  main #faq ul div .txt p:not(:last-child) {
    margin-bottom: 20px;
  }
  main #faq img {
    position: absolute;
  }
  main #faq img.deco01 {
    top: -150px;
    left: -20px;
    width: 150px;
  }
  main #faq img.deco02 {
    top: 90px;
    right: -20px;
    width: 70px;
  }
  main #faq img.deco03 {
    top: 550px;
    left: -20px;
    width: 70px;
  }
  main #faq img.deco04 {
    bottom: 70px;
    right: -20px;
    width: 100px;
  }
  main #faq img.deco05 {
    top: -120px;
    right: -20px;
    width: 150px;
  }
  main #order {
    background: url("images/bg_order.webp") no-repeat center;
    background-size: cover;
    position: relative;
    padding: 100px 20px;
  }
  main #order .box {
    background: url("images/bg_order_box.webp") no-repeat center;
    background-size: cover;
    border-radius: 30px;
    padding: 20px 20px 100px;
    position: relative;
  }
  main #order .box li {
    position: relative;
    background: #fff;
    border-radius: 30px 0 30px 0;
    padding: 20px;
  }
  main #order .box li:not(:last-child) {
    margin-bottom: 20px;
  }
  main #order .box li .btn {
    position: absolute;
    top: -5px;
    right: -20px;
    width: 200px;
    font-size: 0.6rem;
    border: 3px solid #7e573e;
    padding: 10px;
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  main #order .box li .deco01 {
    position: absolute;
    top: -10px;
    right: 0;
    width: 60px;
  }
  main #order .box li .line {
    position: relative;
    border: 3px solid #7e573e;
    width: 200px;
    height: 200px;
    margin: 20px auto 0;
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #order .box li .line h4 {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    background: #7e573e;
    border-radius: 30px;
    width: 200px;
    font-weight: 500;
    text-align: center;
    padding: 5px;
  }
  main #order .box li .line .qr {
    display: block;
    width: 120px;
    margin: 0 auto;
  }
  main #order .box li .line .deco02 {
    position: absolute;
    bottom: -30px;
    right: -60px;
    width: 120px;
  }
  main #order .box li strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    text-align: center;
    color: #bc5b00;
    margin-bottom: 10px;
    border-bottom: 2px dashed #7e573e;
  }
  main #order .box li strong span {
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-left: 5px;
  }
  main #order .box li .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main #order .box li .cont h3 {
    font-weight: 500;
    color: #363231;
  }
  main #order .box li .cont h3:not(:last-child) {
    margin-bottom: 20px;
  }
  main #order .box li .cont h3 span {
    color: #7e573e;
    font-weight: bold;
  }
  main #order .box li .cont p {
    font-size: 0.9rem;
  }
  main #order .box > .btn {
    margin: 20px auto 0;
  }
  main #order .box .deco03 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80px;
  }
  main #order .box .deco04 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
  }
  main .error {
    padding: 100px 20px;
  }
  main .error p {
    margin-bottom: 20px;
  }
  footer {
    background: url("images/bg_footer.webp") center;
    background-size: cover;
    padding: 20px;
    position: relative;
  }
  footer:before {
    content: "";
    position: absolute;
    top: -10vw;
    left: 0;
    width: 100%;
    height: 10vw;
    background: url("images/bg_footer_top.webp") no-repeat center top/100% auto;
    z-index: 1;
  }
  footer .f_blc {
    max-width: 350px;
    margin: 0 auto;
    color: #fff;
    position: relative;
  }
  footer .f_blc h2 {
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: 20px;
  }
  footer .f_blc small {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    padding-top: 20px;
  }
  footer .f_blc .deco {
    position: absolute;
    bottom: -20px;
    right: -15px;
    z-index: 2;
    width: 100px;
  }
  footer .pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    z-index: 10;
  }
  footer .pagetop:after {
    position: absolute;
    content: "";
    top: 45%;
    left: 35%;
    width: 15px;
    height: 15px;
    border: 2px solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  footer .fixbtn {
    display: none;
    background: #fff;
    border-bottom: 4px solid #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
  }
  footer .fixbtn .btn {
    border-radius: 0;
  }
  .pconly {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */