@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@500&display=swap');


/*　共通設定
----------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    line-height: 1.65;
    color: #333;
}

.body-wrapper {
    position: relative;
    padding-top: 100px;
    overflow-x: hidden;
}

figure {
    line-height: 0;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}


/*　レイアウト系
----------------------------------------------- */

.d-block {
    display: block;
}

.d-flex {
    display: flex !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-center {
    align-items: center !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

strong,
.font-weight-bold {
    font-weight: 700 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.position-relative {
    position: relative !important;
}

.flex-1 {
    flex: 1;
}

.line2 {
    line-height: 2;
}

.uppercase {
    text-transform: uppercase;
}

.en {
    /*font-family: 'Roboto', sans-serif;*/
}

.f-min {
    font-family: 'Noto Serif JP', serif;
}

.f-10 {
    font-size: 1rem !important;
}

.f-12 {
    font-size: 1.2rem !important;
}

.f-14 {
    font-size: 1.4rem !important;
}

.f-16 {
    font-size: 1.6rem !important;
}

.f-18 {
    font-size: 1.8rem !important;
}

.f-20 {
    font-size: 2rem !important;
}

.f-22 {
    font-size: 2.2rem !important;
}

.f-24 {
    font-size: 2.4rem !important;
}

.f-26 {
    font-size: 2.6rem !important;
}

.f-28 {
    font-size: 2.8rem !important;
}

.f-30 {
    font-size: 3rem !important;
}

.f-34 {
    font-size: 3.4rem !important;
}

.f-40 {
    font-size: 4rem !important;
}

.col-white {
    color: #fff !important;
}

.col-brown {
    color: #CD9B00 !important;
}

.red { color: #f00; }
.green { color: #8FC31F; }
.stxt { font-size: 0.7em !important; }
.normal_a { color: #0000EE; text-decoration: underline; }
/* SPのみ表示用 */

.sp,.sp2 {
    display: block !important;
}

.pc,.pcin,.sp-hide,.pc2 {
    display: none !important;
}


@media screen and (min-width: 769px) {
    /* PCのみ表示用 */
    .sp {
        display: none !important;
    }
    .pc {
        display: block !important;
    }
	.pcin {
        display: inline;
    }
    .nutrition-template-default .inner {
        width: 900px;
    }
}
@media screen and ( min-width: 601px) {
	.sp2 { display: none !important;}
	.pc2 { display: block !important; }
}

@media screen and ( min-width: 480px) {
	.sp-show {
        display: none;
    }
    .sp-hide {
        display: block;
    }
}
@media screen and ( min-width: 375px) {
	.sp3 { display: none !important;}
}

@media screen and (max-width: 768px) {
    .f-16 {
        font-size: 1.5rem !important;
    }
    .f-18 {
        font-size: 1.6rem !important;
    }
    .f-20 {
        font-size: 1.8rem !important;
    }
    .f-22 {
        font-size: 2rem !important;
    }
    .f-24,
    .f-26 {
        font-size: 2.2rem !important;
    }
    .f-28 {
        font-size: 2.3rem !important;
    }
    .f-30 {
        font-size: 2.4rem !important;
    }
    .f-34 {
        font-size: 2.6rem !important;
    }
    .f-40 {
        font-size: 2.8rem !important;
    }
}

@media screen and (max-width: 480px) {
    body,
    .f-16,.f-12,.f-10 {
        font-size: 1.4rem !important;
    }
    .f-15 {
        font-size: 1.5rem !important;
    }
    .f-20 {
        font-size: 1.7rem !important;
    }
    .f-22 {
        font-size: 1.8rem !important;
    }
    .f-24,
    .f-26 {
        font-size: 2rem !important;
    }
    .f-28 {
        font-size: 2.1rem !important;
    }
    .f-30 {
        font-size: 2.2rem !important;
    }
    .f-34 {
        font-size: 2.3rem !important;
    }
    .f-40 {
        font-size: 2.4rem !important;
    }
}


/***** SP Toggle Menu Btn  *****/

.menu-trigger {
    display: none;
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 50;
}

.menu-trigger span {
    position: absolute;
    left: 20px;
    width: 30px;
    height: 2px;
    background-color: #000;
    border-radius: 3px;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-trigger span:nth-of-type(1) {
    top: 24px;
    -webkit-animation: menu-bar01 .75s forwards;
    animation: menu-bar01 .75s forwards;
}

.menu-trigger span:nth-of-type(2) {
    top: 33px;
    -webkit-transition: all .25s .25s;
    transition: all .25s .25s;
    opacity: 1;
}

.menu-trigger span:nth-of-type(3) {
    top: 43px;
    -webkit-animation: menu-bar02 .75s forwards;
    animation: menu-bar02 .75s forwards;
}

@-webkit-keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar01 {
    0% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

@-webkit-keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
    }
}

@keyframes menu-bar02 {
    0% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 .75s forwards;
    animation: active-menu-bar01 .75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
    }
}

@keyframes active-menu-bar01 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(10px) rotate(0);
        transform: translateY(10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(10px) rotate(45deg);
        transform: translateY(10px) rotate(45deg);
    }
}

.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar03 .75s forwards;
    animation: active-menu-bar03 .75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
    }
}

@keyframes active-menu-bar03 {
    0% {
        -webkit-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    50% {
        -webkit-transform: translateY(-10px) rotate(0);
        transform: translateY(-10px) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
    }
}


/********************************************
***************** header ********************
********************************************/

header {
    /* position: absolute; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
	border-top: 5px solid #8FC31F; box-shadow: 0 0 5px 0 #444;
}

.header_btn { height: 35px/*55px*/; }
header.is-fixed .header_btn { height: 0; overflow: hidden; }
header.is-fixed .h_logo { margin-top: 0; }
.header_btn,.h_logo { -webkit-transition: All 0.2s ease; -moz-transition: All 0.2s ease; -o-transition: All 0.2s ease; -ms-transition: All 0.2s ease; transition: All 0.2s ease; }

.header_btn a {
    display: flex; justify-content: center; align-items: center;
    /*display: block;width: 50%;*/width: 30%;
    max-width: 130px/*148px198px*/; font-size: 13px; line-height: 15px;
}
.header_btn a .stxt { display: block; font-size: 12px; font-weight: normal; margin-top: 5px; padding-top: 1px; border-top: 1px solid #8FC31F; }
.header_btn a .single { line-height: 28px; }
.header_btn a.id_btn {
    color: #fff; background: #8fc21f;
}

.header_btn a.contact_btn {
    color: #fff; background: #CD9B00;
}

.header_btn a.contact_btn i {
    margin-right: 6px; display: none;
}

.header_btn a.mailmaga_btn,.header_btn a.insta_btn { justify-content: center; background-color: #e9f3d2; }

.header_btn a.mailmaga_btn span.box,.header_btn a.insta_btn span.box { background-size: 25px; background-position: left 5px; background-repeat: no-repeat; padding-left: 30px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; height: 100%; }

.header_btn a.mailmaga_btn span.box { background-image: url(../images/icon_mailmagazine.png); }
.header_btn a.mailmaga_btn span.cut br { display: none;  }

.header_btn a.insta_btn span.box { background-image: url(../images/icon_instagram.png); }

.header_wrapper {
    padding: 5px 0; position: relative;
}

.header_wrapper nav {
    max-width: 770px;
    padding-left: 20px;
}

.header_wrapper nav>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; padding: 0;
}

.header_wrapper nav>ul>li {
    position: relative;
    padding: 10px 10px;
}

.header_wrapper nav ul li a {
    display: block;
    text-align: center;
}

.header_wrapper nav>ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: calc(50% - 125px);
    width: 250px;
    background: #8FC31F;
}

.header_wrapper nav>ul li:hover ul {
    display: block;
}

.header_wrapper nav>ul li ul li a {
    padding: 5px 0px; border-bottom: 1px solid #fff;
}

.header_wrapper nav>ul li ul li:last-child a {
    border-bottom: none;
}

/************/
.h_logo { margin-top: -35px; }
.h_logo a { display: block; font-size: 0; line-height: 0; }
.h_logo a img { width: 260px; height: auto; }

.header_wrapper nav>ul { font-size: 16px; line-height: 30px; }
.header_wrapper nav>ul li ul { padding: 0; }
.header_wrapper nav>ul li:hover { background: #8FC31F; }
.header_wrapper nav a:hover { text-decoration: underline; color: #fff; filter: alpha(opacity=100);  -moz-opacity: 1; opacity: 1; -webkit-transition: none; transition: none; }
/************/


@media screen and (max-width: 1024px) {
	.h_logo { margin-top: -10px; }
	.h_logo a img { width: 200px; height: auto; }
	.header_wrapper nav { margin-right: -10px; max-width: 670px; }
	.header_wrapper nav>ul { font-size: 14px; line-height: 45px; }
	.header_wrapper nav>ul>li { padding: 0 5px 5px 5px; }
}


@media screen and (max-width: 760px) {
	.h_logo { margin-top: 0; }
	.body-wrapper { padding-top: 125px; }
	
	header.is-fixed .header_btn.active,header .header_btn.active { height: 45px; }
	
    .menu-trigger {
        display: block;
    }
    header nav {
        position: fixed;
        left: 100vw;
        top: 50px;
        width: 100vw;
        height: calc( 100vh - 50px );
        flex: none !important;
        max-width: none;
        text-align: center;
        padding: 60px 20px 20px 20px !important;
        background: #fff;
        z-index: 11;
        transition: all .4s ease;
        overflow-y: scroll;
			  border-top: 20px solid #fff;
    }
    header nav.active {
        left: 0;
    }
    header nav>ul>li {
        width: 100%;
        margin: 5px 0;
			background: #8FC31F;
    }
    .header_wrapper nav>ul li ul {
        display: block;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        background: #d0e5a1;
    }
	.header_btn { height: 45px; }
	.header_btn a { max-width: none; }
	.header_btn a { width: 25%; overflow: hidden; font-size: 12px; line-height: 12px; }
	.header_btn a.mailmaga_btn span.box,.header_btn a.insta_btn span.box { align-items: center; justify-content: flex-end; background-size: 22px; font-weight: normal; padding-left: 0; }
	.header_btn a.mailmaga_btn { font-size: 9px; line-height: 9px; }
	.header_btn a.mailmaga_btn span.box { padding-bottom: 2px; background-position: center 2px; }
	.header_btn a.insta_btn { font-size: 10px; }
	.header_btn a.insta_btn span.box { padding-bottom: 9px; background-position: center 3px; }
}


@media screen and (max-width: 480px) {
  .menu-trigger { width: 50px; }
	
}



/********************************************
****************** footer *******************
********************************************/

footer {
    color: #fff;
    background: #8FC31F;
}

.footer_wrapper .d-flex a {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}

.footer_wrapper .d-flex a:first-of-type {
    margin-left: 0;
    border-left: none;
}

footer nav {
    width: 100%;
    max-width: 1000px;
}

footer nav>ul {
    display: flex;
    flex-wrap: wrap;
}

footer nav>ul>li {
    width: 25%;
    margin: 9px 0;
    padding: 0 5px;
}
/************/
.f_logo img { height: 40px; width: 175px; }
/************/
@media screen and (max-width: 768px) {
    footer nav>ul>li {
        width: 33.33%;
    }
}

@media screen and (max-width: 600px) {
    .footer_wrapper .d-flex {
        width: 100%;
        margin-top: 10px;
    }
    footer nav>ul>li {
        width: 50%;
    }
}


i.fas { display: inline-block; width: 14px; height: 14px; background-size: contain; background-repeat: no-repeat; margin: 0 0 2px 0; vertical-align: middle; }
i.fa-envelope { background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M464 64C490.5 64 512 85.49 512 112C512 127.1 504.9 141.3 492.8 150.4L275.2 313.6C263.8 322.1 248.2 322.1 236.8 313.6L19.2 150.4C7.113 141.3 0 127.1 0 112C0 85.49 21.49 64 48 64H464zM217.6 339.2C240.4 356.3 271.6 356.3 294.4 339.2L512 176V384C512 419.3 483.3 448 448 448H64C28.65 448 0 419.3 0 384V176L217.6 339.2z"/></svg>'); }


main.page404 { padding: 50px 0; text-align: center; }
main.page404 h2,main.page404 p { padding: 30px 0; }
main.page404 h2 {}
main.page404 p {}
main.page404 p a { text-decoration: underline; color: #004AD4; }


.grecaptcha-badge { visibility: hidden; }
