
/* 1200px-1399px */
@media (min-width: 1200px) and (max-width: 1399px) {
    .fv-title {
        font-size: 44px;
    }

    .carousel-caption {
        top: 50px;
        left:18%;
    }


    .point-head h4 {
        display: block;

        font-size: 17px;
    }

    .point4,
    .point4-2 {
        width: 130px;
        height: 130px;
        font-size: 18px;
        padding-top: 10px;
    }

    .konma {
        letter-spacing: -0.1em;
    }

    .point4 span,
    .point4-2 span {
        left: -13px;
    }

    .pointarea h5 {
        font-size: 23px;
    }

    .pointarea h5 span {
        font-size: 14px;
    }

    .effort {

        background-position: top left 50px, bottom right 130px;
        background-repeat: no-repeat, no-repeat;
    }

    .score img {
        padding: 0 100px;
    }

    .notice-right p {
        padding: 15px 100px;
    }
}

@media (max-width:1199px) {
    .lgwide {
        display: none;
    }

    .xlimage {
        display: block;
    }
}

/* 993px-1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav .nav-item {
        padding: 0px 12px;
    }
    .navbar-nav .nav-item>a{
        font-size:18px;
    }
}


@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-caption {
        top: 50px;
    }

    .fv-title {
        font-size: 40px;
        letter-spacing: 0px;
    }
.titlespace1 {
    padding-top: 80px;
}

.titlespace2 {
    padding-top: 90px;
}

.titlespace31 {
    padding-top: 45px;
}

.titlespace32 {
    padding-top: 95px;
}
    .carousel-caption {
        top: 50px;
        left:18%;
    }

    .lead h3:after {

        top: 0;
        left: -25px;
        width: 100%;
        height: 60px;

    }
    .fv-wave2 img{
left:12%;
    }

    .whitecircle {
        width: 280px;
        height: 280px;
    }

    .ashitaba img {
        width: 340px;
        height: 340px;
    }

    .maru2 {
        left: 180px;
    }



    .notice p {
        padding: 18px 0;
    }

    .lead3 h4 {
        font-size: 22px;
    }

    .seibun {
        font-size: 22px;
    }


    .seibun li {
        padding: 5px 0 5px 40px;
    }
                .seibun-r {
                    font-size: 22px;
                }

                .seibun-r li {
                    padding: 5px 0 5px 40px;
                }

    .lead3 .headline p {
        font-size: 20px;
        padding: 17px 0;
    }

    .lead3 h4 span {
        font-size: 23px;
        padding: 10px 0;
    }

    .osusume {
        background-size: 25%;
        background-position: top left;
    }

    .osusume li {
        margin-left: 50px;
    }



    .lead3-head h2,
    .lead-voice h2 {
        font-size: 20px;
    }

    .lead3-head h2 span,
    .lead-voice h2 span {
        font-size: 32px;
    }

    .number1:before {
        width: 75px;
        height: 65px;
        top: -30px;
        left: 50%;
        transform: translateX(-15%);
    }

    .number2:before,
    .number3:before,
    .number4:before {
        width: 75px;
        height: 65px;
        top: -30px;
        left: 50%;
        transform: translateX(-36%);
    }

    .circleimage img {
        margin: 0;
    }

    .pointarea h5 {
        padding: 20px 0;
    }

    .checklist li {
        margin-left: 0px;
        font-size: 24px;
        padding-top: 8px;
        padding-left: 45px;
    }

    .checklist li:before {
        top: 5px;
        left: 3%;
        width: 18px;
        height: 30px;
    }

    .checklist li:after {
        left: 0;
        width: 25px;
        height: 25px;
    }
    .suisyou{
        height:auto;
        padding-bottom:30px;
    }
    .suisyou:after{
        height:auto;
      }
    .effort h4{
        font-size:38px;
    }

}




/* 769px-992px */

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
    .navbar-brand {
        padding: 5px 0px;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        max-width: 300px;
        width: 100%;
        background-color: #fff4fa;
        z-index: 9;
        -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
        padding: 0px;
        display: none;
        border-radius: 5px;
    }

    .navbar-collapse.show {
        display: block;
    }

    .navbar-nav {
        padding: 20px 30px;
    }

    .navbar-nav .nav-item {
        padding: 0px;
    }

    .navbar-nav .nav-item>a {
        display: block;
        padding: 8px 0;
        color: var(--heading-color);
        text-align: center;
    }

    .navbar-nav .nav-item>a:hover,
    .navbar-nav .nav-item>a.active {
        color: var(--primary-color);
        opacity: 1;
    }

    .navbar-nav .nav-item .ud-submenu {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        padding: 0px;
        opacity: 1;
        visibility: visible;
        display: none;

    }

    .navbar-nav .nav-item:hover>a {
        color: var(--primary-color);
        opacity: 1;
        text-align: center;
    }

    .navbar-nav .nav-item.nav-item-has-children>a::after {
        right: 5px;
    }

    .navbar-btn {
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .suisyou{
        height:auto;
        padding-bottom:30px;
    }
    .suisyou:after{
        height:auto;
      }
    .effort h4{
        font-size:35px;
    }
    .lead1-pkg img{
        width:50%;
    }
    .biz-foothero-content img{
        width:100%;
        padding-top:150px;
    }

}


@media (min-width: 768px) and (max-width: 991px) {
    .ud-header .container {
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 5px;
    }

    .margin30 {
        margin: 0;
    }

    .ud-header {
        padding: 10px;
        height: 95px;
    }

    .fv {
        padding-top: 10px;
    }
    .biz-hero-content img{
        width:100%;
    }

  .lead2{
    padding-top:80px;
  }
.lead4 h3{
    text-align:center;
}
    .tablet {
        display: block;
    }

    .pc {
        display: none;
    }


}


@media (min-width: 993px) {
    .tablet {
        display: none;
    }
}

/* -767px */
@media (min-width: 500px) and (max-width: 767px) {
    p {
        font-size: 16px;
    }

    .ud-header .container {
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 5px;
    }

    .tablet {
        display: block;
    }


    .ud-header {
        padding: 10px;
        height: 85px;
    }

    .cart-button {
        width: 65px;
        height: 65px;
    }

    .cart-button img {
        width: 28px;
    }

    .cart-button a {
        font-size: 11px;
        padding-top: 0px;
        line-height: 0.9;
    }



    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }



    .ud-hero {
        background-image: url(../images/hero/fvbg-sp.jpg);
        padding-top: 130px;
    }

    .fv {
        padding-top: 110px;
        background-position: left;
    }

    .biz-hero-content h1 {
        text-shadow: 2px 2px 9px #ffffff,
            -2px 2px 9px #ffffff,
            2px -2px 9px #ffffff,
            -2px -2px 9px #ffffff,
            2px 0px 9px #ffffff,
            0px 2px 9px #ffffff,
            -2px 0px 9px #ffffff,
            0px -2px 9px #ffffff;
    }

    .biz-hero-content img {
        width: 100%;
    }

    .biz-hero-content p {
        text-shadow: 2px 2px 9px #ffffff,
            -2px 2px 9px #ffffff,
            2px -2px 9px #ffffff,
            -2px -2px 9px #ffffff,
            2px 0px 9px #ffffff,
            0px 2px 9px #ffffff,
            -2px 0px 9px #ffffff,
            0px -2px 9px #ffffff;
    }

    .ud-hero-content .ud-hero-title {
        font-size: 26px;
        line-height: 38px;
    }

    .ud-hero-content .ud-hero-desc {
        font-size: 16px;
        line-height: 30px;
    }

    .ud-hero-buttons .ud-main-btn {
        margin: 5px;
    }

    .ud-hero-buttons .ud-main-btn {
        padding: 12px 16px;
    }

    .lead p {
        text-align: left;
    }

    .lead h2 {
        font-size: 22px;
        line-height: 2;
    }

    .lead4 h3 {
        text-align: center;
    }

    .lead4 h3 span {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .lead5 h2,
    .lead2 h3 {
        font-size: 21px;
    }

    .feature h3 {
        text-align: center;
    }

    .lead6 h3 {
        font-size: 20px;
    }

    .pc_hid {
        display: block;
    }


    .shop-button {
        padding: 15px 50px;
    }


    .ud-widget {
        text-align: center;
    }

    .ud-widget .ud-footer-logo {
        margin: 0 auto;
        width: 100%;
    }
                .lead4 .seibun li {
                    margin-left: 5px;
                    line-height: 2;
                    font-size: 16px;
                }

}

@media(min-width:500px) {
    .online {
        display: block;
    }
}

/* -499px */
@media (max-width: 767px) {
    .fv {
        background-image:url(../img/hero/fv-bg-sp.jpg);
          background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            height:750px;
      }
      
      .fv:after {
        content: '';
        background-color: rgba(255,240,245, .2);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height:750px;
        z-index:1;
      }
      .lead1-pkg img{
        width:250px;
      }
      .lead1 h2{
        font-size:24px;
      }
      .lead1-mv img{
        padding:0;
      }
      .button .btn{
        width:100%;
      }
      .section-title h2{
        font-size:23px;
      }
      .features .single-feature{
        padding:10px;
        height:100%;
      }
      .features .single-feature p{
        padding: 10px;
      }
      .terasilica-pkg img{
        width:220px;
      }
      .effort{
        padding:20px 20px;
      }
      .effort p{
        padding:20px 10px;
      }
      .effort h4{
        font-size:27px;
      }
      .suisyou{
        height:auto;
        padding-bottom:30px;
      }
      .suisyou:after{
        height:auto;
      }
      .reason h3{
        padding-left:10px;
      }
      .reason h3:before{
        top:5%;
        width:70px;
        height:70px;
        font-size:16px;
        line-height:69px;
      }
      .reason-wrap img{
        padding-bottom:50px;
      }

      .heading-003-01 h3,
.heading-003-02 h3,
.heading-003-03 h3,
.heading-003-04 h3,
.heading-003-05 h3,
.heading-003-06 h3,
.heading-003-07 h3,
.heading-003-08 h3 {
    padding: 50px 5px 0px 10px;
    font-size:33px;
}

.heading-003-01 h3:before,
.heading-003-02 h3:before,
.heading-003-03 h3:before,
.heading-003-04 h3:before,
.heading-003-05 h3:before {
    top: 5px;
}
.effort-image{
    padding:20px 0;
}
.voice p{
    padding:20px 10px;
}
.footfv{
    background-position:left;
    height:auto;
}
    .online {
        display: none;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .ud-header .container {
        padding-right: 5px;
        padding-left: 5px;
        margin-top: 5px;
    }

    .mobile {
        display: block;
    }

    .ud-header {
        padding: 13px;
        height: 75px;
    }

    .cart-button {
        width: 50px;
        height: 50px;
    }

    .cart-button img {
        padding-top: 10px;
        padding-left: 8px;
    }

    .cart-button a {
        font-size: 11px;
        padding-top: 0px;
        line-height: 0.9;
    }


    .navbar-brand img {
        max-width: 140px;
    }

    .ud-widget .ud-footer-logo img {
        width: 80%;
    }

    .ud-footer {
        padding-top: 50px;
    }

    .fv {
        padding-top: 150px;
        background-position: left;
    }

    .fv-box {
        padding-top: 50px;
    }
    .biz-foothero-content img{
        width:90%;
        padding-top:250px;
        padding-bottom:100px;
    }
    .biz-hero-content {
        padding-top: 200px;
    }

    .biz-hero-content h1 {
        font-size: 35px;
        text-shadow: 2px 2px 9px #ffffff,
            -2px 2px 9px #ffffff,
            2px -2px 9px #ffffff,
            -2px -2px 9px #ffffff,
            2px 0px 9px #ffffff,
            0px 2px 9px #ffffff,
            -2px 0px 9px #ffffff,
            0px -2px 9px #ffffff;
    }

    .biz-hero-content p {
        text-shadow: 2px 2px 9px #ffffff,
            -2px 2px 9px #ffffff,
            2px -2px 9px #ffffff,
            -2px -2px 9px #ffffff,
            2px 0px 9px #ffffff,
            0px 2px 9px #ffffff,
            -2px 0px 9px #ffffff,
            0px -2px 9px #ffffff;
    }

    .biz-hero-content img {
        width: 100%;
    }
.point{
    padding:20px;
}
.point img{
    padding:15px;
}
    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .lead {
        padding-top: 170px;
    }

    .lead h2 {
        font-size: 24px;
    }

    .lead2 {
        position: relative;
        padding-top: 100px;
        background-position: left;
        z-index: 0;
    }

    .lead2:before {
        content: '';
        background-color: rgba(255, 255, 255, .8);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }

    .lead2 .container {
        position: absolute;
        z-index: 2;
    }

    .lead4 .seibun {
        padding: 50px 20px 30px 20px;
    }

    .lead4 .container {
        padding: 0;
    }

    .lead4 .seibun ul {
        padding: 15px 5px;
        text-align: center;
    }

    .lead4 .seibun li{
        margin-left:5px;
        line-height:2;
        font-size:16px;
    }
    .lead4 h3 {
        text-align: center;
    }

    .lead4 h3 span {
        display: block;
        text-align: center;
        margin-top: 10px;
    }

    .buybtn {
        padding: 30px 0 30px 0;
    }


    .lead6 {
        padding-top: 100px;
    }

    .lead6 .kakomiwhite {
        padding: 50px 0;
    }

    .lead6 h3 {
        padding: 20px 10px;
        font-size: 30px;
    }

    .lead6 p {
        padding: 15px 10px;
    }
.lead7 li{
    padding-bottom:8px;
}
}




