body {
    margin: 0;
    padding: 0;
    background:url("../img/bg.jpg") repeat;
    background-size: contain;
    letter-spacing: 0.1em;
    background-attachment: fixed;
    width: 100%;
    overflow-x: hidden;
    height: auto;
    font-feature-settings:"pkna"!important;
    color: #371804;
}



ul,li {
    list-style-type: none;
}

ul, menu, dir {
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}

p {
    display: block;
    line-height: 1.25;
    text-align: justify;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

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

a:hover {
    cursor: pointer;
    opacity: .6;
}

a {
    display: block;
}

select {
  font-size:16px;
}


/****  top  ****/

.main-top {
    margin: 60px auto;
    width: 100%;
    overflow: hidden;
}

.sp-top {
    display: block;
    height: 62vh;
    width: auto;
    margin: 0 auto 20px;
}

.pc-top {
    display: none;
}

.top01,.top02,.top03,.top-pk {
    display: none;
}

#scroll {
    margin-top: 2vh;
}

#scroll p {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    margin-top: 10px;
    color: #371804;
}

#scroll .scroll-box {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

#scroll .scroll-box:after {
    content:"";
    display: block;
    width: 1px;
    border-left:1px #371804 solid;
    animation:scroll 2s ease 0s infinite normal;
    margin: 0 auto 0;
}

@keyframes scroll{
    0%{
        height: 0;
    }
    
    50%{
        height: 50px;
        margin-top: 0;
    }
    100%{
        margin-top: 50px;
        height: 50px;
    }
}

.arrow {
    width: 20%;
    margin: 100px auto;
    display: block;
}


.tanpakuotome-box {
    margin: 0 auto 60px;
}

.tanpakuotome-box .home-training {
    width: 90%;
    margin: 0 auto 30px;
    display: block;
    padding-top: 20px;
}

.tanpakuotome-box .home-training .jar {
    display: block;
    margin: 0 auto 10px;
    display:block;
    width: 65%;
    max-width: 360px;
}

.tanpakuotome-box .home-training .title {
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #371804;
}

.tanpakuotome-box .home-training .setsu {
    line-height: 1.7;
    width: 90%;
    margin: 0 auto;
    text-align: justify;
}

.tanpakuotome-box .tanpakuotome-setsu {
    margin: 0 auto 20px;
    display: block;
    padding-top: 40px;
    width: 90%;
}
    
.tanpakuotome-box .tanpakuotome-setsu .title {
    text-align: center;
    font-size: 1.7em;
    font-weight: bold;
    color: #371804;
    border-bottom: 1px solid #371804;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.tanpakuotome-box .tanpakuotome-setsu .setsu {
    line-height: 1.7;
    width: 90%;
    margin: 0 auto;
    display: block;
    text-align: justify;
}

.tanpakuotome-box .bg-white {
    background-color: #fff;
    padding-bottom: 20px;
}

.tanpakuotome-box .item-link {
    text-align: center;
    display: block;
    width: 95%;
    margin: 10px auto 50px;
    background-color: #E7DB85;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
    color: #371804;
    padding: 20px 0 20px 15px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    
}

.tanpakuotome-box .item-link:before {
    position: absolute;
    content: "";
    left:2%;
    top: calc(50% - 8px);
    border: 8px solid transparent;
    border-left: 10px solid #371804;
    margin-left: 10px;
}


.protein-title {
    margin-bottom: -15px;
}

.protein-hiroko {
    width: 90%;
    margin: 0 auto;
    display: block;
    background-color: #EAE8E4;
    border-radius: 0 0 15px 15px;
}

.protein-hiroko .title {
    background-color: #371804;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    border-radius: 15px 15px 0 0;
    line-height: 1.5;
}


.protein-hiroko .title span {
    display: block;
    color: #D8B72E;
}

.protein-hiroko .name {
    text-align: center;
    font-weight: bold;
    line-height: 1.25;
    margin: 15px auto;
    font-size: 15px;
}

.protein-hiroko .name span {
    display: block;
    font-size: 20px;
}

.protein-hiroko .setsu {
    width: 90%;
    margin: 0 auto;
    display: block;
    padding-bottom: 10px;
    line-height: 1.7;
}

.tanpakuotome-box .bottom {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
}


.content-box {
    margin-bottom: 150px;
    background-color: #fff;
    padding: 50px 0;
    box-sizing: border-box;
}


.slick-slide {
    padding: 5px;
    box-sizing: border-box;
}

.slider .bg-white {
    background-color: #F4F1ED;
    border-radius: 10px;
    padding-bottom: 10px;
}

.slide-arrow{
    position: absolute;
    top: 50%;
    z-index: 2;
    margin-top: -12px;
    opacity: .75;
}

.prev-arrow{
    left: 10px;
    width: 30px;
    height: 30px;
}

.next-arrow{
    right: 10px;
    width: 30px;
    height: 30px;
}


.main-content .time-image {
    margin-bottom: 40px;
}

.main-content .hometraining-title {
    margin-bottom: 20px;
}

.training-title {
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
    display: block;
    font-size: 18px;
}

.main-content .bg-white .setsu {
    width: 90%;
    margin: 0 auto;
    display: block;
    line-height: 1.7;
}

.main-content .slick-dotted.slick-slider {
    margin-bottom: 80px;
}

.osusume-protein-title {
    margin-bottom: 20px;
}

.protein-meister {
    text-align: center;
    font-weight: bold;
    background-color: #E5C74B;
    padding: 8px 0;
    width: 80%;
    border-radius: 33px;
    margin: 0 auto 20px;
}

.item-name {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.item-name span {
    display: block;
    font-size: 16px;
}

.item-spec {
    text-align: center;
    margin-bottom: 10px;
    font-size: 0.9em;
}

.item-setsu {
    width: 80%;
    margin: 0 auto 20px;
    display: block;
    line-height: 1.7;
    
}

.osusume-protein a {
    background-color: #A09988;
    padding: 10px 10px 10px 20px;
    width: 80%;
    text-align: center;
    color: #fff;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 18px;
    position: relative;
}


.osusume-protein a:before {
    position: absolute;
    content: "";
    left:2%;
    top: calc(50% - 8px);
    border: 8px solid transparent;
    border-left: 10px solid #ffffff;
    margin-left: 10px;
}

.house-work {
    margin-top: 50px;
}

.house-work .title {
    text-align: center;
    background-color: #D8B660;
    padding: 12px 0;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.house-work-img {
    margin-bottom: 50px;
}




/* ----　スマホフッター　----*/
.footerSp {
    display: block;
	background-color:#371804;
    position: relative;
    width: 100%;
    height: auto;
}

.footerSp-in {
    display: block;
    padding: 15px 10px 10px 10px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
    height: auto;
}

.footerSp .orderTel {
    text-align: center;
	width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.footerSp .orderTel img {
	width: 100%;
}

.footerSp ul {
    margin: 0 auto;
    width: 100%;
}

.footerSp ul li.border {
    float: left;
    width: 50%;
    height: 50px;
    text-align: center;
	box-sizing: border-box;
    line-height: 50px;
    font-size: 12px;
    font-weight: bold;
}

.footerSp li a {
    color: #8f7b5b;
	text-decoration: none;
	font-weight: bold;
}

.footerSp li a:link {
    color: #8f7b5b;
}

.footerSp li:nth-child(1){border-bottom: 1px solid #c8c1bb; border-right: 1px solid #c8c1bb;  }
.footerSp li:nth-child(2){border-bottom: 1px solid #c8c1bb; }
.footerSp li:nth-child(3){border-right: 1px solid #c8c1bb;  }

.f_logo {
	width: 130px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
}

div.clearfix > ul > li.fli.last > div > dl > dd > h1 {
    font-weight: bold;
    font-size: 20px;
}

.copyrights {
    text-align: center;
}
.copyrights_sp {
    display: block;
    background-color: #371804;
    height: 50px;
    font-size: 0.6em;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}
.footerSp.clearfix ul {
    width: 142px;
    margin: 0 auto;
    margin-top: -10px;
    margin-bottom: 20px;
}
.footerSp.clearfix li {
    float: left;
    width: 28px;
    border: none;
    margin-right: 10px;
}
.footerSp.clearfix li:last-child {
    margin-right: 0px;
}


@media screen and (max-width: 868px) {
    .head13 {
        top: -3px;
        width: 35px;
        right: 20px!important;
    }
}

@media screen and (max-width: 414px) {
    .head01 {
        top: 5px;
        left: 20px;
        width: 170px;
        display: block;
        height: 30px;
    }
}

@media screen and (min-width: 768px) {
    body {
        background-size: inherit;
    }
    
    .main-top {
        margin: 60px auto 100px;
    }

    .sp-top {
            height: 76vh;
        margin: 0 auto 20px;
    }
    
    .head01 {
        top: 4px;
        width: 170px;
        height: 30px;
    }
    
    .tanpakuotome-box {
        max-width: 600px;
    }
    
    .tanpakuotome-box .bg-white {
        padding: 0 0 20px;
        border-radius: 20px;
    }
    
    .tanpakuotome-box .home-training .title {
        font-size: 32px;
    }
    
    .tanpakuotome-box .home-training .setsu {
        font-size: 20px;
    }
    
    .tanpakuotome-box .tanpakuotome-setsu .title {
        font-size: 32px;
        padding-bottom: 15px;
        width: 90%;
        margin: 0 auto 15px;
    }
    
    .tanpakuotome-box .tanpakuotome-setsu .setsu {
         width: 80%;
        font-size: 20px;
        margin-bottom: 40px;
    }
    
    
    .tanpakuotome-box .item-link {
        width: 75%;
        margin: 25px auto 80px;
        padding: 30px 0 30px 15px;
        font-size: 26px;
    }
    
    .protein-title {
        width: 80%;
        margin: 0 auto -20px;
        display: block;
    }
    
    .protein-hiroko .title {
        padding: 20px 0;
        font-size: 32px;
        line-height: 1.4;
    }
    
    .protein-hiroko .name {
        margin: 25px auto;
        font-size: 22px;
    }
    
    .protein-hiroko .name span {
        font-size: 32px;
    }
    
    
    
    .protein-hiroko .setsu {
        width: 80%;
        padding-bottom: 10%;
        font-size: 20px;
    }
    
    .tanpakuotome-box .bottom {
        margin-top: 30px;
        font-size: 26px;
    }
    
    .main-content .time-image {
        margin: 0 auto 80px;
        display: block;
    }
    
    .main-content .hometraining-title {
        max-width: 500px;
        margin: 0 auto 40px;
        display: block;
    }
    
    .next-arrow {
        right: 20px;
        width: 72px;
        height: 72px;
    }
    
    .prev-arrow {
        left: 20px;
        width: 72px;
        height: 72px;
    }
    
    .slide-arrow {
        margin-top: -36px;
    }
    
    .training-title {
        margin: 15px auto;
        font-size: 26px;
    }
    
    .slider .bg-white {
        padding-bottom: 7%;
    }
    
    .main-content .bg-white .setsu {
        width: 86%;
        font-size: 20px;
    }
    
    .slick-dots {
        bottom: -30px!important;
    }
    
    .main-content .slick-dotted.slick-slider {
        margin-bottom: 150px;
    }
    
    .osusume-protein {
        max-width: 600px;
        margin: 0 auto;
        display: block;
    }
    
    .protein-meister {
        font-size: 28px;
    }
    
    .item-name {
        font-size: 34px;
        margin-bottom: 15px;
    }
    
    .item-name span {
        font-size: 24px;
    }
    
    .item-spec {
        margin-bottom: 15px;
        font-size: 20px;
    }
    
    .item-setsu {
        margin: 0 auto 30px;
        font-size: 20px;
    }
    
    .osusume-protein-title {
        max-width: 90%;
        margin: 0 auto 20px;
        display: block;
    }
    
    .osusume-protein a {
        padding: 24px 24px 24px 34px;
        font-size: 34px;
    }
    
    .house-work .title {
        padding: 22px 0;
        font-size: 34px;
        margin: 0 auto;
        max-width: 600px;
    }
    
    .house-work-img {
        max-width: 600px;
        margin: 0 auto 80px;
        display: block;
    }
    
    .content-box {
        max-width: 600px;
        margin: 0 auto 150px;
        border-radius: 20px;
    }
    
    

}

@media screen and (min-width: 1024px) {
    
    .head01 {
        top: 9px;
        width: 220px;
    }

    
    .sp-top {
        display: none;
    }

    .pc-top {
    display: block;
    max-width: 1200px;
    margin: 30px auto 0;
    width: auto;
    height: 64vh;
}
    
    .top01,.top02,.top03,.top-pk {
        position: absolute;
    display: block;
        width: 200px;
}
    
    .top01 {
        top: 10%;
        left: 10%;
        animation: fuwafuwa1 2s infinite;
    }
    
    .top02 {
        bottom: 10%;
        left: 2%;
        animation: fuwafuwa2 3s infinite;
    }
    
    .top03 {
        right: 10%;
        bottom: 10%;
        animation: fuwafuwa3 4s infinite;
    }
    
    .top-pk {
        right: 10%;
        top: 10%;
        animation: fuwafuwa4 2.5s ease infinite;
    }
    
    
    
    @keyframes fuwafuwa1 {
  0% { transform:translateY(0);}
  50% { transform:translateY(10px);}
  100% { transform:translateY(0);}
}
    
    @keyframes fuwafuwa2 {
  0% { transform:translateY(15px); }
  30% { transform:translateY(0); }
  100% { transform:translateY(15px); }
}
    
    @keyframes fuwafuwa3 {
  0% { transform:translateY(0px); }
  20% { transform:translateY(15px); }
  100% { transform:translateY(  0px); }
}
    
    @keyframes fuwafuwa4 {
  0% { transform:translateY(10px); }
  70% { transform:translateY(0); }
  100% { transform:translateY(10px); }
}
    
    .main-top {
        position: relative;
        max-width: 1200px;
    }
    
    
}

@media screen and (min-width: 1200px) {

    
    .pc-top {
    margin: 20px auto 0;
    height: 72vh;
}
    
    .main-content .slick-dotted.slick-slider {
        max-width: 800px;
        margin: 0 auto 100px;
        display: block;
    }
    
    .protein-hiroko .name {
        margin: 15px auto;
        font-size: 18px;
    }
    
    .protein-hiroko .name span {
        font-size: 26px;
    }
    
    .protein-hiroko .setsu {
        padding-bottom: 6%;
        font-size: 16px;
    }
    
    .arrow {
        margin: 200px auto;
        max-width: 100px;
    }
    
    .training-title {
        font-size: 24px;
    }
    .main-content .bg-white .setsu {
        font-size: 16px;
    }
    
    .main-content .time-image {
        margin: 0 auto 100px;
    }
    
    .main-content .slick-dotted.slick-slider {
        margin: 0 auto 150px;
    }
    
    .protein-meister {
        font-size: 24px;
    }
    
    .item-name {
        font-size: 30px;
    }
    
    .item-name span {
        font-size: 20px;
    }
    
    .item-setsu {
        font-size: 16px;
    }
    
    .osusume-protein a {
        font-size: 28px;
    }
    
    .tanpakuotome-box {
    max-width: 800px;
}
    
    .tanpakuotome-box .home-training .title {
    font-size: 26px;
}
    
    .tanpakuotome-box .home-training .setsu,.tanpakuotome-box .tanpakuotome-setsu .setsu {
        font-size: 16px;
    }
    
    .content-box {
    max-width: 800px;
}
    
    .main-content .hometraining-title {
    max-width: 600px;
    margin: 0 auto 20px;
}
    
    .house-work .title {
    max-width: 800px;
}
    
    .house-work-img {
    max-width: 800px;
}


}