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

body {
    font-family: "游ゴシック体", "YuGothic", sans-serif;
}

@media screen and (min-width: 768px) {
    body {
        width: 500px;
        margin: 0 auto;
        -webkit-box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.5);
    }
}

a {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: none;
}

.col2-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cv-offer {
    font-size: 10px;
    line-height: 1.9;
    padding: 10px 15px 15px;
}

.cv-offer li {
    list-style: none;
}

header {
    left: 50%;
    max-width: 500px;
    position: fixed;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: 100;
}

footer {
    padding: 25px 5% 25px;
}

footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
    width: 100%;
}

footer li {
    font-size: 12px;
    border-left: 1px solid #000;
    list-style: none;
    padding-left: 4%;
    margin-left: 4%;
}

footer li:first-child {
    border: none;
    margin: 0;
    padding: 0;
}

footer p {
    font-size: 12px;
}

footer .copy {
    margin-top: 25px;
    font-size: 10px;
    text-align: center;
}

#anq {
    overflow: hidden;
}

#form_checkout_title {
    background: #F48831;
    color: white;
    font-weight: 200;
    text-align: center;
    padding: 20px 0 20px 0;
    margin-bottom: 30px;
    font-size: 25px;
}

#input_zip .form_input_box {
    padding-left: 20px;
}

.input_label {
    margin: 3px;
    padding-left: 10px;
    font-size: 15px;
}

strong {
    padding-left: 10px;
}

.form_box {
    margin: 0 auto 0 auto;
    width: 90%;
    border-right: 1px solid #999;
    border-left: 1px solid #999;
}

.form_box:first-child {
    margin-top: 0;
}

input {
    margin-left: 10px;
    font-size: 15px;
    height: 35px;
    background: #e7e7e7;
    border: 1px solid #C3C3C3;
}

.form_box:last-child {
    border-bottom-width: 90%;
}

span.form_required,
span.form_notice {
    color: #FFF;
    background: #F00;
    font-weight: bold;
    padding: 3px;
    font-size: 12px;
    margin-left: 10px;
}

.form_box_label {
    background: #FFD9C4;
    border-top: 1px solid #C3C3C3;
    padding: 8px;
    vertical-align: middle;
    text-align: left;
    color: #333;
    margin-bottom: 0;
    font-size: 15px;
}

.ureru_efo_prefecture {
    margin-left: 10px;
    font-size: 18px;
    height: 35px;
    background: #e7e7e7;
    border: 1px solid #C3C3C3;
}

.form-payment-method {
    margin-left: 10px;
    font-size: 18px;
    height: 35px;
}

.form_input_box {
    padding: 8px;
}

#form-payment-method {
    margin-left: 10px;
    font-size: 18px;
    height: 35px;
    border: 1px solid #C3C3C3;
}

.form_example {
    padding: 0 8px 8px 20px;
    color: #666666;
    font-size: 13px;
}

.form_input_box input[type="text"],
.form_input_box input[type="email"] {
    width: 95%;
}

.form_input_box input.zip1,
.form_input_box input.zip2 {
    width: 30%;
}

.form_input_box input.tel_no {
    width: 20%;
}

.form_input_box input.input_year {
    width: 80px;
}

.form_input_box label {
    margin: 0 7px;
}

#agreement {
    width: 90%;
    background: #ECE8DF;
    padding: 10px;
    margin: 10px auto 0 auto;
    font-size: 15px;
}

#agreement table {
    width: 90%;
    border: 0;
    margin: 0 5px;
}

#agreement table .agreement_check {
    vertical-align: top;
    width: 38px;
}

#agreement table .agreement_label {
    vertical-align: top;
}

#agreement #tip-OrderAgreement {
    width: auto !important;
}

#CheckBlockTextareaCheckarea {
    width: 95%;
}

.error-message {
    margin: 8px;
    color: #F00;
    font-weight: bold;
    background: #FFD0D0;
    font-size: 13px;
}

#form_payment_method_credit {
    display: none;
}

#landing_form-wrapper {
    padding-top: 0px;
    position: relative;
}

#efo_required_box {
    width: 90%;
    display: none;
    margin: 0;
    padding: 10px 0;
    background-color: #FF0000;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    white-space: nowrap;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    position: absolute;
    z-index: 999999;
    top: 0px;
    left: 0px;
    -webkit-box-shadow: 4px 4px 4px rgba(6, 6, 6, 0.3);
    box-shadow: 4px 4px 4px rgba(6, 6, 6, 0.3);
}

#efo_required_box.complete {
    background-color: #008000;
}

#efo_required_box strong {
    font-weight: normal;
}

#input_payment_method {
    border-bottom: 1px solid #999;
}

.efo_input_glay {
    background-color: #D4D4D4;
}

.efo_input_white {
    background-color: #FFFFFF;
}

.efo_input_border_red {
    border: 2px solid #FF0000;
}

.efo_input_border_gray {
    border: 1px solid #999999;
}

.honki_efo_input_glay {
    background-color: #D4D4D4;
}

.honki_efo_input_border_gray {
    border: 1px solid #999999;
}

.efo_input_password_wrapper {
    position: relative;
    display: inline-block;
}

.efo_input_password {
    padding-right: 2.4em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.efo_input_password::-ms-reveal {
    display: none;
}

.efo_toggle_input_password {
    position: absolute;
    right: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}

.efo_toggle_input_password svg {
    display: block;
    padding: .2em;
    width: 1.3em;
    height: 1.3em;
}

.efo_toggle_input_password .efo_toggle_input_password_show {
    display: none;
}

.efo_toggle_input_password .efo_toggle_input_password_hide {
    display: block;
}

input.submit_btn {
    cursor: pointer;
    display: block;
    width: 300px;
    height: 74px;
    border: none;
    text-indent: -9999px;
    background: url(https://dj3miiry203h.cloudfront.net/Advanceds/1730/main01_sp/image/formbtn.png) no-repeat 0 0;
    background-size: 300px 74px;
    margin: 15px auto;
}

select {
    font-size: 15px !important;
    -webkit-appearance: auto;
    -moz-appearance: auto;
}

.ureru_efo.ureru_efo_birthday {
    margin-left: 10px;
    font-size: 15px;
    height: 35px;
    background: #e7e7e7;
    border: 1px solid #C3C3C3;
}

#input_sex input {
    height: 21px;
}

#input_sex label {
    vertical-align: text-bottom;
    font-size: 15px;
}

.credit_example {
    margin-left: 10px;
    width: 93%;
}

.credit_title {
    margin-top: 10px;
    margin-left: 10px;
}

#form_payment_method_credit-card_no #OrderCardNo,
#form_payment_method_credit-card_name #OrderCardName {
    width: 93% !important;
}

#form_payment_method_credit-card_date #OrderCardMonth,
#form_payment_method_credit-card_date #OrderCardYear {
    width: 3em !important;
}

.payment_offer-area {
    width: 90%;
    margin: 0 auto;
    font-size: 13px;
    padding-bottom: 40px;
}

.payment_offer-area h3 {
    font-size: 15px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}

.payment_offer-area .payment_offer-area_text {
    margin-bottom: 15px;
    color: #999;
}

.payment_offer-area .payment_offer-area_red {
    color: #f00;
}

.payment_offer-area .payment_offer-area_box {
    background-color: #ffe5e5;
    padding: 15px;
}

.payment_offer-area .payment_offer-area_imgBtn {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.payment_offer-area .payment_offer-area_img {
    border: 1px solid #999;
    padding: 5px 10px;
    margin-bottom: 15px;
}

div#ureru_creditcard_iframe-dummy-div {
    display: block !important;
    visibility: visible !important;
}

.fx-btn {
    align-items: center;
    background: rgba(175, 175, 175, .7);
    bottom: 0;
    left: 50%;
    max-width: 500px;
    margin: 0 auto;
    position: fixed;
    transform: translate(-50%);
    width: 100%;
}

.fx-btn ul {
    display: flex;
    justify-content: space-between;
    padding: 6px 5px 0 5px;
    list-style: none;
}

.fx-btn ul li img {
    width: 100%;
}


/*# sourceMappingURL=style.css.map */

.floating-header-wrap {
    height: 97px;
}

.floating-header {
    left: 50%;
    max-width: 500px;
    position: fixed;
    transform: translate(-50%);
    width: 100%;
    z-index: 1000;
}

.floating-header-inner {
    align-items: center;
    background: #01ba00;
    box-shadow: 0px 10px 16px -6px rgba(0, 0, 0, 0.6);
    display: flex;
    height: 97px;
    padding: 0 20px;
}

.floating-header .txt {
    /*  align-self: flex-end;*/
    margin-right: 9px;
}

.floating-header .txt img {
    width: 308px;
}

.floating-header .btn img {
    width: 94px;
}

.floating-header .menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 28px;
    margin-left: auto;
    position: relative;
    width: 32px;
}

.floating-header .menu span {
    background: #fff;
    display: block;
    height: 4px;
    width: 100%;
}

.floating-nav {
    background: rgba(255, 255, 255, .9);
    border: 2px solid #4ab900;
    display: none;
    padding: 26px 0 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
}

.floating-nav-title h2 {
    margin-bottom: 10px;
    text-align: center;
}

.floating-nav-title h2 img {
    width: 100px;
}

.floating-nav-title p {
    font-size: 14px;
    margin-bottom: 22px;
    text-align: center;
}

.floating-nav .close {
    display: block;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 29px;
    width: 60px;
}

.floating-nav .close span {
    background: #000;
    display: block;
    height: 4px;
    width: 32px;
    transform-origin: 50% 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -15px;
}

.floating-nav .close span:first-child {
    transform: rotate(45deg);
}

.floating-nav .close span:last-child {
    transform: rotate(-45deg);
}

.floating-nav ul {
    border-top: 1px solid #000;
    list-style: none;
    padding: 0 20px;
}

.floating-nav li {
    border-bottom: 1px solid #000;
}

.floating-nav li a {
    background: url("../img/icon_arrow.png") no-repeat right center / 18px auto;
    display: block;
    font-size: 16px;
    font-weight: bold;
    line-height: 58px;
    position: relative;
    width: 100%;
}

.floating-nav-button {
    margin-top: 14px;
    text-align: center;
}

.floating-nav-button img {
    width: 370px;
}

select {
    -webkit-appearance: menulist;
}

.qa {
    background: url("../img/bg-qa.jpg") repeat-y;
    background-size: 100% auto;
    padding: 62px 26px 43px;
}

.qa h3 {
    margin-bottom: 46px;
    text-align: center;
}

.qa h3 img {
    width: 140px;
}

.qa-item {
    background: #fff;
}

.qa-item:not(:first-child) {
    margin-top: 5px;
}

.qa-item a {
    background: url("../img/txt-q.png") no-repeat 21px 30px / 28px auto;
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 22px 73px;
    position: relative;
}

.qa-item a::before,
.qa-item a::after {
    background: #000;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.qa-item a::before {
    height: 3px;
    margin-top: -1.5px;
    right: 18px;
    width: 17px;
}

.qa-item a::after {
    height: 17px;
    margin-top: -8.5px;
    right: 25px;
    width: 3px;
}

.qa-item a.is-active::after {
    transform: rotate(90deg);
}

.qa-answer {
    display: none;
    padding: 22px 45px 56px 23px;
}

.qa-answer p {
    font-size: 21px;
    line-height: 1.6;
}

.buy-button {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
}

.buy-button img {
    width: 200px;
}

.slick-dots {
    bottom: auto;
    top: 0;
}

.slick-dots li {
    height: auto;
    margin: 0 13px;
    width: auto;
}

.slick-dots li button {
    background: #e7e7e7;
    border-radius: 6px;
    display: block;
    height: 11px;
    width: 11px;
}

.slick-dots .slick-active button {
    background: #000;
}

.slick-dots li button:before {
    display: none;
}

.anim {
    padding-inline: 13px;
}

.anim p {
    margin-top: -60px;
}

.fv {
    position: relative;
}

.fv .logo {
    left: 19px;
    position: absolute;
    top: 13px;
}

.fv .popup-trigger {
    cursor: pointer;
}

.fv .logo img {
    width: 35px;
}

.fv .btn {
    position: absolute;
    right: 3px;
    top: 12px;
}

.fv .btn img {
    width: 231px;
}

.popup {
    display: none;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 19999;
}

.popup img {
    width: 470px;
}

.slider1 {
    padding-top: 56px;
}

.slider1 div {
    padding: 0 13px 13px;
}

.slider1 div img {
    box-shadow: 6px 6px 7px rgba(0, 0, 0, .15);
    width: 355px;
}

.instagram-slider {
    background: #f3dede;
    padding-bottom: 13px;
}

.slider2 {
    padding-top: 56px;
}

.slider2 div {
    padding: 0 13px;
}

.slider2 div img {
    width: 355px;
}

.slider2 .slick-dots li button {
    background: #bfbfbf;
}

.slider2 .slick-dots .slick-active button {
    background: #000;
}

.instagram-slider-offer {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    margin-top: 13px;
    padding-right: 26px;
    text-align: right;
}

.instagram-link {
    display: grid;
    height: 118px;
    place-content: center;
}

.instagram-link p {
    font-feature-settings: "palt";
    font-weight: bold;
    font-size: 18px;
}

.instagram-link a {
    color: #4777f1;
    text-decoration: underline;
}

#special {
    position: relative;
}

#special a {
    bottom: 114px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

#special a img {
    width: 48px;
}

.functions {
    padding-inline: 26px;
}

.function {
    margin-bottom: 2px;
}

.function h4 a {
    background: #eeebc8;
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 20px 25px;
    position: relative;
}

.function h4 a::before,
.function h4 a::after {
    background: #000;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
}

.function h4 a::before {
    height: 3px;
    margin-top: -1.5px;
    right: 21px;
    width: 17px;
}

.function h4 a::after {
    height: 17px;
    margin-top: -8.5px;
    right: 28px;
    width: 3px;
}

.function h4 a.is-active::after {
    transform: rotate(90deg);
}


@media screen and (max-width: 768px) {
    .fv .logo {
        left: 14px;
        top: 10px;
    }

    .fv .logo img {
        width: 26px;
    }

    .fv .btn {
        position: absolute;
        right: 2px;
        top: 8px;
    }

    .fv .btn img {
        width: 176px;
    }

    .popup img {
        width: 356px;
    }

    .anim {
        padding-inline: 10px;
    }

    .floating-header-wrap {
        height: 73px;
    }

    .floating-header-inner {
        box-shadow: 0 5px 8px -3px rgba(0, 0, 0, 0.6);
        height: 73px;
        padding: 0 15px;
    }


    .floating-header .txt {
        margin-right: 7px;
    }

    .floating-header .txt img {
        width: 231px;
    }

    .floating-header .btn img {
        width: 73px;
    }

    .floating-header .menu {
        height: 21px;
        width: 25px;
    }

    .floating-header .menu span {
        height: 3px;
    }

    .floating-nav {
        padding: 20px 0 30px;
    }

    .floating-nav-title h2 {
        margin-bottom: 10px;
    }

    .floating-nav-title h2 img {
        width: 75px;
    }

    .floating-nav-title p {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .floating-nav .close {
        height: 25px;
        right: 5px;
        top: 29px;
        width: 25px;
    }

    .floating-nav .close span {
        height: 3px;
        width: 25px;
        margin-left: -12px;
    }

    .floating-nav .close span:first-child {
        transform: rotate(45deg);
    }

    .floating-nav .close span:last-child {
        transform: rotate(-45deg);
    }

    .floating-nav ul {
        padding: 0 15px;
    }

    .floating-nav li {
        border-bottom: 1px solid #000;
    }

    .floating-nav li a {
        background: url("../img/icon_arrow.png") no-repeat right center / 14px auto;
        font-size: 14px;
        line-height: 44px;
    }

    .floating-nav-button {
        margin-top: 11px;
        padding: 0 10px;
    }

    .floating-nav-button img {
        width: 100%;
    }

    #agreement #tip-OrderAgreement {
        width: 80% !important;
    }

    .qa {
        padding: 12.5333vw 2.6666vw 8.5333vw;
    }

    .qa h3 img {
        width: 28.1333vw;
    }

    .qa-item:not(:first-child) {
        margin-top: 0.6666vw;
    }

    .qa-item a {
        background: #fff url("../img/txt-q.png") no-repeat 4.4vw 5.6vw / 5.6vw auto;
        font-size: 4.2666vw;
        padding: 4.5333vw 13vw;
    }

    .qa-item a::before {
        height: 2px;
        margin-top: -1px;
        right: 15px;
        width: 12px;
    }

    .qa-item a::after {
        height: 12px;
        margin-top: -6px;
        right: 20px;
        width: 2px;
    }

    .qa-answer {
        display: none;
        padding: 6.9333vw 3.2vw 10.6666vw;
    }

    .qa-answer p {
        font-size: 4.2666vw;
    }

    .buy-button img {
        width: 49.3333vw;
    }

    .component a {
        font-size: 4.8vw;
        padding-block: 4.6vw;
    }

    .component p {
        font-size: 4.2666vw;
        padding-top: 4vw;
    }

    .slider1 {
        padding-top: 42px;
    }

    .slider1 div {
        padding: 0 11px 11px;
    }

    .slider1 div img {
        box-shadow: 6px 6px 7px rgba(0, 0, 0, .15);
        width: 268px;
    }

    .instagram-slider {
        padding-bottom: 10px;
    }

    .slider2 div {
        padding: 0 11px;
    }

    .slider2 div img {
        width: 268px;
    }

    .instagram-slider-offer {
        font-size: 9px;
        margin-top: 10px;
        padding-right: 20px;
    }

    .instagram-link {
        height: 90px;
    }

    .instagram-link p {
        font-size: 14px;
    }

    #special {
        position: relative;
    }

    #special a {
        bottom: 85px;
    }

    #special a img {
        width: 36px;
    }

    .functions {
        padding-inline: 20px;
    }

    .function {
        margin-bottom: 2px;
    }

    .function h4 a {
        font-size: 16px;
        padding: 15px 19px;
        position: relative;
    }
}

.overlay {
    background: #000;
    display: none;
    height: 100%;
    left: 0;
    opacity: .7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 19998;
}

.modal {
    background: #fff;
    border-radius: 10px;
    display: none;
    left: 50%;
    max-width: 360px;
    padding: 18px 5px 7px;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    z-index: 19999;
}

.modal h3 {
    font-size: 18px;
    margin-bottom: 12px;
    text-align: center;
}

.modal p {
    font-size: 10px;
    margin-bottom: 7px;
    text-align: center;
}

.modal ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.modal li {
    width: 50%;
}