body {
    font-size: 1.1rem;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    width: 100%;
    height: auto;
    line-height: 1.7;
    color: #393327;
    scroll-behavior: smooth;
    font-weight: 100;
}

@media screen and (max-width: 1025px) {
    body {
        font-size: 0.9rem;
    }
}

a {
    text-decoration: none;
    color: inherit;
}

a:visited,
a:active {
    color: inherit;
}

img {
    width: 100%;
}

ul {
    list-style: none;
}

/* header */
.header_area {
    background-color: #fff;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}

.header_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10px;
    align-items: center;
}

.head_left {
    width: 200px;
    display: flex;
    justify-content: center;
}

.head_logo {
    width: 70px;
}

.head_main {
    width: 60%;
    max-width: 800px;
    margin: 0 auto;
}

#g-nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    font-weight: 100;
}

#g-nav a {
    transition: all .5s;
    color: #393327;
}

#g-nav a:hover {
    color: #80C26A;
}

.head_right {
    width: 200px;
    display: flex;
    justify-content: flex-end;
    margin-right: 10px;
    position: relative;
}

.head_icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.head_icon_item01 {
    width: 12px;
    padding: 0 15px;
    transition: all .5s;
}

.head_icon_item01:hover {
    filter: invert(71%) sepia(4%) saturate(6631%) hue-rotate(52deg) brightness(96%) contrast(86%);
}

.head_icon_item02 {
    width: 18px;
    padding: 0 15px;
}

.head_icon_item02:hover {
    filter: invert(71%) sepia(4%) saturate(6631%) hue-rotate(52deg) brightness(96%) contrast(86%);
}

.head_icon_item03 {
    width: 11px;
    padding: 0 15px;
    transition: all .5s;
}

.head_icon_item03:hover {
    filter: invert(71%) sepia(4%) saturate(6631%) hue-rotate(52deg) brightness(96%) contrast(86%);
}


.header_pc-none {
    display: none;
}

.header_sp-none {
    display: block;
}

@media screen and (max-width: 1025px) {
    .header_pc-none {
        display: block;
    }

    .header_sp-none {
        display: none;
    }

    .head_logo {
        width: 33%;
    }
}

@media screen and (max-width: 540px) {
    .sp540-block {
        display: block !important;
    }

    .head_left {
        display: block;
        width: 100px;
    }

    .head_logo {
        width: 40%;
        padding-left: 15px;
    }

    .drawer-nav {
        width: 60%;
    }

    .top_text_area h1 {
        font-size: 1.4rem !important;
    }
}


/* header終わり */

/* main */
.mainvisual {
    margin: 0 auto;
    position: relative;
    height: auto;
    top: 90px;
    max-width: 800px;
}

.box1 {
    margin-top: 100px;
    margin-bottom: 200px;
}

.top_text_area {
    text-align: center;
}

.top_text_area h1 {
    font-size: 2.3rem;
    color: #80C26A;
    margin-bottom: 50px;
    font-weight: 100;
}

.top_text_area p {
    line-height: 2.5rem;
    margin-bottom: 40px;
}

.btn_area {
    border: solid 1px #393327;
    padding: 8px 0;
    text-align: center;
    position: relative;
    display: inline-block;
    max-width: 450px;
    width: 100%;
    outline: none;
    z-index: 2;
    overflow: hidden;
}

a.btn_area:hover {
    opacity: 1;
}

.btn_area:hover {
    border: solid 1px #80C26A;
    color: #fff;
}

.btn_area::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    transform: scale(.1);
}

.btn_area:hover::after {
    background: #80C26A;
    transform: scale(1);
}

.btn_area,
.btn_area::before,
.btn_area::after {
    box-sizing: border-box;
    transition: all .3s;
}


/* box2 */
.box2 {
    max-width: 1300px;
    padding-top: 200px;
    margin: 0 auto;
    position: relative;
}

.profile_area {
    padding-left: 50px;
    line-height: 2.5rem;
    margin-bottom: 200px;
}

.profile_area h2 {
    font-size: 1.5rem;
    margin-bottom: 50px;
    font-weight: 100;
}

.box2 .img01 {
    width: 40%;
    position: absolute;
    right: 10%;
    top: 0;
}

.profile_area p {
    margin-bottom: 40px;
}

.box2 .btn_area {
    width: 20%;
}

.box3 {
    max-width: 1300px;
    padding-top: 200px;
    margin: 0 auto;
    position: relative;
}

.product_area1 {
    line-height: 2.5rem;
    padding-left: 55%;
    margin-bottom: 200px;
}

.product_area1 h2 {
    font-size: 1.5rem;
    margin-bottom: 50px;
    font-weight: 100;
}

.product_area1 p {
    margin-bottom: 40px;
}

.box3 .img02 {
    width: 40%;
    position: absolute;
    top: 10%;
    left: 0;
}

.box3 .img03 {
    width: 35%;
    position: absolute;
    top: 60%;
    left: 14%;
}

.box3 .btn_area {
    width: 50%;
}

.box4 {
    max-width: 1300px;
    padding-top: 200px;
    margin: 0 auto;
    position: relative;
}

.product_area2 {
    padding-left: 50px;
    line-height: 2.5rem;
    margin-bottom: 200px;
}

.product_area2 h2 {
    font-size: 1.5rem;
    margin-bottom: 50px;
    font-weight: 100;
}

.product_area2 p {
    margin-bottom: 40px;
}

.box4 .btn_area {
    width: 20%;
}

.box4 .img04 {
    width: 40%;
    position: absolute;
    right: 10%;
    top: 20%;
}

.box4 .img05 {
    width: 30%;
    position: absolute;
    right: 25%;
    top: 100%;
}

.box5 {
    text-align: center;
    padding-top: 150px;
    margin-bottom: 200px;
    line-height: 2.5rem;
}

.box5 h2 {
    font-size: 2rem;
    color: #80C26A;
    margin-bottom: 50px;
    font-weight: 100;
}

.cta_area p {
    margin-bottom: 40px;
}

.cta_area .btn_area {
    width: 40%;
}

.box6 {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.box6 h2 {
    text-align: center;
    font-size: 2rem;
    color: #80C26A;
    margin-bottom: 50px;
    font-weight: 100;
}

.box6 .book_article {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.book_article_img {
    width: 50%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.book_article li {
    text-align: center;
    width: 33.33%;
}

.book_article time {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: start;
    padding-bottom: 5px;
    font-size: 0.7rem;
    font-weight: 700;
}

.book_article a {
    transition: all .3s;
}

.book_article a:hover {
    opacity: 0.7;
}

.book_article_title {
    width: 50%;
    margin: 0 auto;
    text-align: start;
    font-size: 0.8rem;
}

.box6_ctaarea {
    text-align: center;
    margin: 0 auto 200px;
}

.next_box {
    background: #f5f4f2;
    width: 100%;
    height: 550px;
    position: relative;
    margin-top: 200px;
    margin-bottom: 200px;
}

.top_next_back {
    background-image: url(../img/about_img01.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.line_back {
    background: url(../img/line_back.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 550px;
    position: relative;
}

.blackfilter {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
}

.line_text_area {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 2.5rem;
    text-align: center;
}

.line_text_area h2 {
    font-size: 1.5rem;
    font-weight: 100;
    margin-bottom: 50px;
}

.line_text_area p {
    margin-bottom: 40px;
    text-align: start;
}

.blackfilter .btn_area {
    background-color: #80C26A;
    border: #80C26A solid 1px;
    transition: all .5s;
}

.blackfilter a.btn_area:hover {
    opacity: .7;
}

.pc-none {
    display: none;
}

@media screen and (max-width: 1025px) {
    .sp-none {
        display: none;
    }

    .sp-block {
        display: block;
    }

    .box1 {
        margin-bottom: 0;
    }

    .top_text_area h1 {
        font-size: 1.6rem;
        margin-bottom: 25px;
    }

    .btn_area {
        width: 60%;
        padding: 5px 0;
    }

    .box2 {
        padding-top: 50px;
    }

    .profile_area {
        padding-left: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .box2 .btn_area {
        width: 50%;
    }

    .img01 {
        margin: 0 auto;
        width: 60% !important;
        position: static !important;
    }

    .profile_area h2 {
        font-size: 1.1rem;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .box3 {
        padding-top: 50px;
    }

    .product_area1 {
        padding-left: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .box3 .img02 {
        width: 50%;
        position: relative;
    }

    .box3 .img03 {
        top: 10%;
        padding-top: 50px;
        width: 50%;
        left: 25%;
    }

    .product_area1 h2 {
        font-size: 1.1rem;
        margin: 20px 0;
    }

    .box4 {
        padding-top: 50px;
    }

    .product_area2 {
        padding-left: 0;
        text-align: center;
        margin-bottom: 50px;
    }

    .product_area2 h2 {
        font-size: 1.1rem;
        margin: 20px 0;
    }

    .box4 .btn_area {
        width: 40%;
    }

    .box4 .img04 {
        width: 50%;
        position: relative;
        left: 50%;
        top: 0;
    }

    .box4 .img05 {
        width: 50%;
        padding-top: 50px;
        top: 8%;
        left: 0;
        transform: translateX(50%);
    }

    .box5 {
        padding-top: 50px;
        margin-bottom: 50px;
    }

    .box5 h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .box6 h2 {
        font-size: 1.6rem;
    }

    .box6_ctaarea {
        margin-bottom: 100px;
    }

    .next_box {
        margin-top: 100px;
        margin-bottom: 100px;
    }

    .next_box_flex {
        justify-content: center;
    }

    .next_content {
        padding-left: 0 !important;
    }

    .line_text_area {
        width: 90%;
    }

    .line_text_area p {
        text-align: center;
    }
}

@media screen and (max-width: 540px) {
    .box3 .btn_area {
        width: 80%;
    }

    .box4 .btn_area {
        width: 80%;
    }

    .box5 h2 {
        font-size: 1.4rem;
    }

    .cta_area .btn_area {
        width: 80%;
    }

    .box6 h2 {
        font-size: 1.4rem;
    }

    .box6 .book_article {
        display: block;
    }

    .book_article li {
        width: auto;
    }

    .book_article_title {
        margin-bottom: 30px;
    }

    .next_box {
        height: 370px;
    }

    .next_blackfilter {
        height: 370px !important;
    }

    .next_content {
        text-align: center;
    }

    .next_content_head {
        font-size: 0.9rem !important;
        margin-bottom: 0 !important;
    }

    .next_content_ttl {
        font-size: 2rem !important;
        margin-bottom: 0 !important;
    }

    .line_back {
        height: 370px;
    }

    .blackfilter {
        height: 370px;
    }

    .line_text_area {
        line-height: 2rem;
    }

    .line_text_area h2 {
        font-size: 1.2rem;
        margin-bottom: 20px;
    }

    .line_text_area p {
        font-size: 0.9rem;
    }
}

/* main終わり */

/* footer */
#footer {
    background-color: #80C26A;
    color: #fff;
}

.footer_inner {
    max-width: 1300px;
    width: 90%;
    margin: 0 auto;
}

.footer_logo {
    padding: 15px 0;
    width: 30%;
    margin: 0 auto;
}

.footer_info {
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 50px;
}

.footer_nav {
    font-size: 0.9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}

.footer_nav li {
    padding: 0 10px;
}

.footer_nav li a {
    color: #fff;
}

#footer small {
    display: block;
    font-size: 0.8rem;
    text-align: center;
    padding-bottom: 20px;
}

@media screen and (max-width: 1025px) {
    .footer_inner {
        width: 90%;
    }

    .footer_logo {
        width: 50%;
        margin: 0;
    }

    .footer_nav {
        flex-wrap: wrap;
        justify-content: flex-start;
        padding-left: 30px;
    }

    .footer_nav li {
        font-size: 1rem;
        padding-top: 15px;
        padding-bottom: 15px;
        width: 40%;
    }

    .footer_flex {
        display: flex;
        margin-bottom: 10px;
    }

    #footer small {
        font-size: 0.7rem;
        text-align: start;
        padding-left: 40px;
    }
}

@media screen and (max-width: 540px) {
    .footer_logo {
        width: 80%;
    }

    .footer_nav li {
        font-size: 0.7rem;
    }

    #footer small {
        font-size: 0.6rem;
    }
}

/* ABOUT */
.sub_main_inner {
    margin-top: 100px;
    padding: 200px 300px;
    border-top: #E3E3E3 solid 1px;
}

.sub_main_title {
    font-family: utopia-std, serif;
    font-weight: 100;
    letter-spacing: 0.8rem;
    font-size: 5rem;
    margin-bottom: 10px;
    color: #393327;
}

.sub_main_text {
    font-weight: 500;
}

.sub_main_visual {
    background-color: #f5f4f2;
    height: 750px;
    width: 100%;
}

.about_visual {
    background: url(../img/about_img01.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.section_box {
    max-width: 1000px;
    width: 50%;
    margin: 0 auto 100px;
    padding: 100px 100px 0 100px;
    position: relative;
    background-color: #fff;
    z-index: 1;
    bottom: 100px;
}

.section_box_subtitle {
    font-family: utopia-std, serif;
    font-weight: 100;
    letter-spacing: 0.2rem;
    color: #80C26A;
}

.section_box_title {
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 3rem;
    margin: 15px 0 60px;
    position: relative;
}

.section_box_title::after {
    content: "";
    width: 48px;
    height: 2px;
    position: absolute;
    bottom: -30px;
    left: 0;
    background-color: #80C26A;
}

.section_box_text {
    font-size: 1rem;
    line-height: 3rem;
}

.section_box_text02 {
    width: 70%;
    font-size: 1rem;
    line-height: 3rem;
    padding: 8% 8% 0 8%;
    position: relative;
    background-color: #fff;
    bottom: 100px;
    margin-left: 14.3%;
}

.section_box2_textarea {
    background-color: #fff;
    width: 70%;
    padding-top: 8%;
    padding-right: 8%;
}

.section_box2_title {
    font-size: 1.8rem;
    font-weight: 100;
    margin-bottom: 30px;
}

.section_box2_text {
    line-height: 3rem;
    font-size: 1rem;
}

.section_box2_img {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    margin-left: 100px;
    margin-top: 100px;
    background: url(../img/section3_img01.png) no-repeat center;
    background-size: cover;
    width: 50%;
    height: 820px;
}

.item_more {
    text-align: right;
    font-size: 0.9rem;
}

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

.m-r50 {
    margin-right: 50px;
}

a.link_btn::after {
    position: absolute;
    bottom: 5px;
    right: 0;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #393327;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform .3s;
    z-index: 100;
}

a.link_btn:hover::after {
    transform: scale(0, 1);
}

.bottom_0 {
    bottom: 0;
}

#about_eightfit {
    padding-top: 250px;
}

.box2_eightfit_img {
    background: url(../img/about_eightfit_img.png) no-repeat;
    height: 650px;
    top: 20%;
    left: 52%;
}

.next_box_flex {
    display: flex;
    align-items: center;
    height: 100%;
}

.next_blackfilter {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .6s;
}

.next_blackfilter:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.next_content {
    color: #fff;
    line-height: 2.5rem;
    padding-left: 150px;
}

.next_content_head {
    font-family: utopia-std, serif;
    font-size: 2rem;
    margin-bottom: 25px;
}

.next_content_ttl {
    font-family: utopia-std, serif;
    font-size: 3.5rem;
    margin-bottom: 15px;
    letter-spacing: 0.4rem;
}

.next_content_sub {
    padding-bottom: 5px;
    border-bottom: #fff solid 1px;
    position: relative;
}

.next_content_sub::after {
    position: absolute;
    top: 0;
    left: 110%;
    content: "→";
    transform: translate(0, -50%);
    animation-name: arrowAnime;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}

.about_next_back {
    background-image: url(../img/about_next_back.png);
    background-size: cover;
    background-position: top 20% left 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1025px) {
    .section_box {
        width: 90% !important;
        margin: 0 auto !important;
        padding: 50px 0 !important;
    }

    .sub_main_inner {
        padding: 25px 60px;
        margin-top: 80px;
    }

    .sub_main_visual {
        height: 600px;
    }

    .sub_main_title {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .section_box {
        bottom: 0;
        width: 100%;
        padding: 90px 60px 0;
        margin-bottom: 0;
    }

    .section_box_title {
        font-size: 1.6rem;
    }

    .section_box_text {
        font-size: 0.9rem;
        line-height: 2.5rem;
    }

    .section_box_text02 {
        width: 100%;
        bottom: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .section_box2_title {
        font-size: 1.4rem;
    }

    .section_box2_textarea {
        width: 100%;
        padding-top: 8%;
        padding-right: 0;
    }

    .section_box2_text {
        line-height: 2.5rem;
    }
}

@media screen and (max-width: 540px) {
    .sub_main_title {
        font-size: 2.3rem;
        letter-spacing: 0.4rem;
    }

    .sub_main_inner {
        border-top: none;
        padding-left: 30px;
        padding-top: 0;
    }

    .sub_main_text {
        font-size: 0.8rem;
    }

    .sub_main_visual {
        height: 400px;
    }

    .section_box_title {
        font-size: 1.1rem;
        line-height: 2rem;
    }

    .section_box_subtitle {
        font-size: 0.8rem;
    }

    .section_box {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }

    .section_box_text {
        line-height: 2rem;
    }

    .section_box_text02 {
        line-height: 2rem;
        font-size: 0.8rem;
    }

    .section_box2_spimg {
        width: 100%;
    }

    .section_box2_title {
        font-size: 1.1rem;
    }

    .section_box2_text {
        line-height: 2rem;
        font-size: 0.8rem;
    }

    .item_more {
        font-size: 0.7rem;
    }

    #about_eightfit {
        padding-top: 54px;
    }

    .next_box {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}

/* ABOUT 終わり */

/* FASTING */
.fasting_visual {
    background: url(../img/about_next_back.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.seciton_box3_wrapper {
    width: 80%;
    max-width: 1500px;
    margin: 50px auto;
}

.fasting_content_item {
    border-bottom: 1px solid #E3E3E3;
}

.fasting_content_item_wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 50px 0;
}

.fasting_content_item_img {
    background-color: #f5f4f2;
    width: 20%;
    min-width: 300px;
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.fasting_content_item_img01 {
    background-image: url(../img/fasting_content_item_img01.jpg);
    background-size: cover;
}

.fasting_content_item_img02 {
    background-image: url(../img/fasting_content_item_img02.png);
    background-size: cover;
}

.fasting_content_item_img03 {
    background-image: url(../img/fasting_content_item_img03.png);
    background-size: cover;
}

.fasting_content_item_img04 {
    background-image: url(../img/fasting_content_item_img04.jpeg);
    background-size: cover;
}

.fasting_content_item_body {
    width: 80%;
    padding: 0 60px 0 120px;
    line-height: 2.5rem;
}

.fasting_content_item_body_ttl {
    position: relative;
    font-size: 1.8rem;
    font-weight: 100;
    padding-left: 15px;
    margin-bottom: 25px;
}

.fasting_content_item_body_ttl::before {
    position: absolute;
    top: 10%;
    left: 0;
    content: "";
    width: 2px;
    height: 85%;
    background-color: #80C26A;
}

.fasting_point {
    padding-top: 15px;
    padding-left: 50px;
    position: relative;
}

.fasting_point_img {
    position: absolute;
    top: 15px;
    left: 0;
    width: 40px;
}

.fasting_next_back {
    background-image: url(../img/fasting_next_back.png);
    background-size: cover;
    background-position: top 60% left 50%;
    background-repeat: no-repeat;
}

.fasting_section_box4 {
    width: 80%;
    max-width: 1500px;
    margin: 150px auto;
}

.fasting_merit_content {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 1124px) {
    .fasting_merit_content {
        justify-content: center;
    }
}

.fasting_merit_content li {
    width: 30%;
    padding: 25px 30px 25px 0;
}

.fasting_merit_ttl {
    font-weight: 100;
    text-align: center;
    padding: 5px 0;
    width: 120px;
    margin: 0 auto 10px;
    background-color: #DB5680;
    color: #fff;
}

.fasting_merit_img {
    max-width: 120px;
    margin: 20px auto;
}

.fasting_merit_txt {
    font-size: 0.9rem;
    width: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 1025px) {
    .fasting_content_item_wrapper {
        display: block;
    }

    .fasting_content_item_body {
        padding: 30px 0 0;
        width: 100%;
    }

    .fasting_content_item_img01 {
        width: 100%;
    }

    .fasting_content_item_img {
        width: 100%;
    }

    .fasting_point {
        padding-left: 50px;
    }

    .fasting_point_img {
        width: 30px;
        top: 20px;
    }

    .fasting_merit_txt {
        width: 80%;
    }

    .fasting_merit_content li {
        width: 40%;
    }

    .seciton_box3_wrapper {
        width: 90%;
    }

    .fasting_section_box4 {
        width: 90%;
        margin: 50px auto;
    }
}

@media screen and (max-width: 540px) {
    .seciton_box3_wrapper {
        margin: 0 auto;
    }

    .fasting_content_item_body {
        line-height: 2rem;
    }

    .fasting_content_item_body_ttl {
        font-size: 1.1rem;
        line-height: 2rem;
    }

    .fasting_merit_content {
        margin-top: 0;
    }

    .fasting_merit_txt {
        font-size: 0.8rem;
    }

    .fasting_merit_content li {
        padding-right: 0;
    }

    .fasting_merit_content {
        justify-content: space-around;
    }
}

/* FASTING 終わり */

/* 特商法 */
.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 150px 30px 100px;
    overflow: hidden;
    line-height: 2rem;
    font-size: 0.9rem;
}

.tokushohou_title {
    font-weight: 100;
    font-size: 1.8rem;
    margin-bottom: 40px;
}

table {
    width: 100%;
}

.tokushohou_table td {
    padding: 15px;
    border: 1px solid #e5e5e5;
}

@media screen and (max-width: 540px) {
    .tokushohou_title {
        font-size: 1.1rem;
    }
}

/* 特商法 終わり */

/* プライバシーポリシー */

.policy_title {
    font-weight: 100;
    font-size: 1.5rem;
    margin-bottom: 40px;
    text-align: center;
    line-height: 2rem;
}

.section_content {
    text-align: start;
    line-height: 27px;
    padding: 50px 20px 0;
}

.reed {
    margin-bottom: 50px;
}

.base {
    margin-bottom: 35px;
}

.base_h {
    font-weight: bold;
}

@media screen and (max-width: 1025px) {
    .inner {
        width: 90%;
        margin: 0 auto;
        padding: 100px 0 50px;
    }
}

@media screen and (max-width: 540px) {
    .policy_title {
        font-size: 1rem;
    }

    .section_content {
        font-size: 0.9rem;
        padding-top: 0px;
    }

    .tokushohou_table td {
        font-size: 0.7rem;
        padding: 10px;
    }
}

/* プライバシーポリシー 終わり */

/* ONLINE STORE */
.store_visual {
    background: url(../img/fasting_next_back.png) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.item_list_wrap {
    width: 80%;
    max-width: 1300px;
    margin: 100px auto 0;
}

.item_list_title_section {
    padding-left: 15px;
}

.item_list_inner {
    display: flex;
    flex-wrap: wrap;
}

.item_list_box {
    width: 30%;
    padding: 0 15px;
    margin: 20px 0 24px 0;
}

.item_list_title {
    font-size: 1.8rem;
    font-weight: 100;
    margin-bottom: 5px;
}

.item_list_txt {
    font-size: 0.9rem;
    padding-bottom: 15px;
    border-bottom: solid 1px #e5e5e5;
}

.item_list_name {
    font-weight: 100;
    margin: 10px 0;
    padding-right: 23px;
    position: relative;
}

.item_list_name::after {
    content: "→";
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 1rem;
}

.price {
    font-size: 0.9rem;
}

.contact_next_back {
    background-image: url(../img/contact_next_back.png);
    background-size: cover;
    background-position: top 30% left 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1025px) {
    .store_visual {
        background-position: top 0 left 0;
    }

    .item_list_wrap {
        width: 90%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 540px) {
    .item_list_wrap {
        width: auto;
    }

    .item_list_title {
        font-size: 1.1rem;
    }

    .item_list_txt {
        font-size: 0.8rem;
    }

    .item_list_inner {
        display: block;
    }

    .item_list_box {
        width: auto;
        margin: 15px 0 30px 0;
    }
}

/* ONLINE STORE 終わり */

/* CONTACT */
table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}

.contact_wrap {
    padding: 0 300px 0;
}

.contact_inner {
    padding-left: 0;
    padding-bottom: 50px;
}

.contact_txt_box {
    line-height: 2.2rem;
}

.contact_txt_box p {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}

#formWrap {
    margin-top: 100px;
    margin-bottom: 100px;
}

.formTable tr {
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
}

table.formTable th {
    width: 30%;
    font-weight: normal;
    text-align: left;
    padding-top: 50px;
    padding-bottom: 50px;
}

table.formTable td {
    width: 70%;
    padding: 50px;
    display: block;
}

.formTable input {
    border: 1px solid #e5e5e5;
    padding: 5px;
    font-size: 1.1rem;
    outline: none;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.formTable textarea {
    outline: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 5px;
    font-size: 1.1rem;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contact_btn_area {
    text-align: center;
    margin-top: 50px;
}

.contact_btn_area input {
    width: 300px;
    padding: 15px;
    font-size: 1.1rem;
    background-color: #80C26A;
    border-style: none;
    color: #fff;
    font-family: "Noto Serif JP", 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    transition: all .3s;
}

.contact_btn_area input:hover {
    background-color: #689e56;
}

@media screen and (max-width: 1025px) {
    .contact_wrap {
        padding: 0;
        width: 90%;
        margin: 0 auto;
    }

    .contact_inner {
        padding-bottom: 25px;
    }

    table.formTable th {
        width: 20%;
        font-size: 0.8rem;
    }

    .formTable input {
        font-size: 0.8rem;
    }

    .formTable textarea {
        font-size: 0.8rem;
    }
}

@media screen and (max-width: 540px) {
    #formWrap {
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .formTable tr {
        display: block;
    }

    table.formTable th {
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    table.formTable td {
        width: 100%;
        padding: 0 0 30px;
    }

    .contact_btn_area input {
        font-size: 0.9rem;
    }

}

/* CONTACT 終わり*/

/* COMPANY */
.company_wrap {
    border-top: solid 1px #E3E3E3;
}

.company_inner {
    width: 80%;
    max-width: 1500px;
    padding: 100px 0;
    margin: 0 auto;
}

.company_content {
    display: flex;
    align-items: center;
    justify-content: center;
}

.company_content_txt_box {
    width: 40%;
}

.company_content_txt_subheader {
    font-size: 0.8rem;
    padding-left: 5px;
    font-family: utopia-std, serif;
    font-weight: 100;
    letter-spacing: 0.2rem;
    color: #80C26A;
}

.company_content_txt_header {
    font-size: 1.8rem;
    font-weight: 100;
    position: relative;
}

.company_content_txt_header::after {
    position: absolute;
    top: 150%;
    left: 5px;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #393327;
}

.name {
    margin-top: 50px;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.name span {
    font-size: 0.9rem;
    margin-left: 15px;
    letter-spacing: 0.1rem;
}

.content_main {
    margin-left: 30px;
}

.content_ttl {
    position: relative;
    font-size: 1.3rem;
    margin-top: 30px;
}

.content_ttl::before {
    transform: translateY(50%);
    content: "";
    top: 0;
    left: -15px;
    position: absolute;
    width: 1px;
    height: 50%;
    background-color: #393327;
}

.content_main_txt {
    line-height: 2.5rem;
}

.comapny_content_img {
    width: 60%;
    max-width: 550px;
}

.massage_ttl {
    position: relative;
    font-size: 1.8rem;
    font-weight: 100;
    padding-left: 15px;
    margin-top: 150px;
    margin-bottom: 30px;
}

.massage_ttl::before {
    position: absolute;
    top: 10%;
    left: 0;
    content: "";
    width: 2px;
    height: 85%;
    background-color: #80C26A;
}

.massage_content {
    width: 88%;
    padding-left: 15px;
    line-height: 2.5rem;
    margin-bottom: 150px;
}

.company_info {
    width: 40%;
    padding-left: 15px;
    line-height: 2.2rem;
    margin-bottom: 150px;
}

.massage_content_flex {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.massage_content p {
    padding-bottom: 30px;
}

.company_info dl {
    display: flex;
    align-items: center;
    border-bottom: solid 1px #E3E3E3;
    width: 100%;
}

.company_info dt {
    padding: 30px 30px 30px 0;
    width: 45%;
    font-size: 1rem;
}

.company_info dd {
    font-size: 0.9rem;
    width: 55%;
    padding: 30px;
}

.company_map {
    width: 50%;
}

.company_map iframe {
    width: 100%;
    height: 80%;
}

.link_contact {
    padding-top: 30px;
    text-align: right;
    font-size: 0.9rem;
}

@media screen and (max-width: 1025px) {
    .company_inner {
        width: 90%;
        padding-top: 80px;
    }

    .comapny_content_img {
        width: 70%;
        margin: 0 auto;
    }

    .company_content {
        width: 70%;
        margin: 50px auto 0;
    }

    .company_content_txt_box {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .massage_ttl {
        margin-top: 100px;
    }

    .massage_content_flex {
        display: block;
    }

    .company_map {
        width: auto;
        height: 550px;
    }

    .company_info {
        width: auto;
        margin-bottom: 20px;
    }

    .company_map iframe {
        height: 100%;
    }
}

@media screen and (max-width: 540px) {
    .company_content {
        width: auto;
        margin-bottom: 0;
    }

    .company_info {
        margin-top: 15px;
    }

    .company_content_txt_header {
        font-size: 1.1rem;
    }

    .name {
        margin-top: 25px;
        font-size: 1.1rem;
    }

    .content_ttl {
        font-size: 1rem;
    }

    .content_main {
        margin-left: 25px;
    }

    .massage_ttl {
        font-size: 1.1rem;
    }

    .massage_content {
        width: auto;
        line-height: 2rem;
        font-size: 0.9rem;
    }

    .company_info dt {
        font-size: 0.9rem;
        padding: 15px;
    }

    .company_info dd {
        padding: 15px;
        font-size: 0.8rem;
    }

    .link_contact {
        font-size: 0.8rem;
    }

    .company_map {
        height: 350px;
    }
}

/* COMPANY 終わり*/

/* サンクスページ */
.thanks_box {
    width: auto;
    padding: 50px;
    text-align: center;
    border-radius: 15px;
    margin: 50px 0;
}

.thanks_box p {
    line-height: 3rem;
    padding-bottom: 50px;
}

@media screen and (max-width: 540px) {
    .thanks_box p {
        font-size: 0.9rem;
        padding-bottom: 30px;
    }

    .thanks_box {
        padding: 25px;
    }
}

/* サンクスページ終わり */

/* ハッピーベジタ 商品詳細ページ */
.happyvegeta_visual {
    background: url(../img/happyvegeta_visual.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    z-index: -1;
}

.vegeta_flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.vegeta_content {
    margin-top: 50px;
    padding-left: 5px;
    width: 40%;
}

.vegeta_point {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    letter-spacing: 0.4rem;
}

.vegeta_txt_box {
    margin-bottom: 30px;
    line-height: 2.5rem;
    font-size: 0.9rem;
}

.vegeta_txt_box p {
    padding-bottom: 30px;
}

.vegeta_txt_ttl {
    font-size: 1.5rem;
    padding-bottom: 20px;
    padding-top: 20px;
}

.vegeta_content_img {
    width: 50%;
    padding-top: 50px;
    padding-left: 15px;
}

.m-t150 {
    margin-top: 150px;
}

.p-l5 {
    padding-left: 5px;
}

.list_material {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.list_material li {
    width: 25%;
    padding: 15px 0;
    position: relative;
    font-weight: bold;
}

.list_material li::after {
    content: "";
    width: 80%;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #E3E3E3;
}

@media screen and (max-width: 1025px) {
    .vegeta_flex {
        display: block;
    }

    .vegeta_content_img {
        margin: 0 auto;
        padding-top: 80px;
    }

    .vegeta_content {
        width: 90%;
        margin-top: 25px;
    }

    .m-t150 {
        margin-top: 0;
    }
}

@media screen and (max-width: 540px) {
    .vegeta_content_img {
        width: 90%;
        padding-top: 50px;
    }

    .vegeta_point {
        font-size: 1.1rem;
    }

    .list_material {
        margin-bottom: 50px;
    }

    .vegeta_txt_ttl {
        font-size: 1.1rem;
        padding-top: 15px;
    }

    .vegeta_txt_box p {
        padding-bottom: 15px;
    }

    .list_material li {
        width: 50%;
    }
}

/* ハッピーベジタ 商品詳細ページ 終わり */