@charset "UTF-8";
/* CSS Document */
/* ===================================================================
comoon
=================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    /*    display: -webkit-box;
    display: -moz-box;*/
    font-family: "Noto Sans JP", 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo, 'sans-serif';
    background: #f5f5f5;
    position: relative;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.5;
    color: #222;
    overflow-x: hidden;
    background-image: url("../images/notohiba_bg.jpg");
    background-attachment: scroll;
    background-size: 1200px;
}
html {
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: #333;
    outline: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
a:hover {
    text-decoration: none;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    color: #000;
}
svg, img {
    width: 100%;
}
p, dd {
    text-align: justify;
}
a img {
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
a img:hover {
    transform: scale(1.02, 1.02);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}
main {
    width: 100%;
}
section {
    margin: 0 auto;
    width: 100%;
}
#container {
    overflow: hidden;
    z-index: 9999;
    width: 100vw;
}
.clear_fix {
    display: block;
    content: "";
    clear: both;
}
.main_width {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.PC_none {
    display: none;
}
.SP_none {
    display: block;
}
.IB {
    display: inline-block !important;
}
.yu-mincho {
    font-family: "Yu Mincho", "YuMincho", 'Noto Serif JP', serif;
}
.bg_green {
    background: #013133;
}
.bg_gray {
    background: #e6e6e6;
}
.font_white {
    color: #fff;
}
.more_link {
    border: solid 1px;
    padding: 10px 50px;
    margin-top: 25px;
    display: inline-block;
    font-size: 20px;
    background-color: rgb(255, 255, 255, 0.5);
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.more_link::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(8, 41, 15, 0.05);
    transition: all 0.3s;
}
.more_link:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}
.more_link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transform: scale(1.2, 1.2);
}
.more_link:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}
@media(max-width: 1200px) {
    .more_link {
        border: solid 1px;
        padding: 8px 50px;
        margin-top: 25px;
        display: inline-block;
        font-size: 16px;
        background-color: rgb(255, 255, 255, 0.5);
    }
}
@media(max-width: 767px) {
    body, p {
        font-size: 14px;
    }
    .PC_none {
        display: block;
    }
    .SP_none {
        display: none;
    }
    /* スマホのみ発信 */
    a[href^="tel:"] {
        pointer-events: none;
    }
}
/* ===================================================================
main_visual
=================================================================== */
.main_visual {
    width: 100%;
    height: 100vh;
    background: url("../images/main_visual.jpg") center center;
    background-size: cover;
    position: relative;
}
h1 {
    width: 135px;
    position: absolute;
    top: calc(50% - 80px);
    left: 0;
    right: 0;
    margin: auto;
    height: 200px;
}
h1 img {
    max-width: 100px;
    float: right;
}
.lead_text {
    position: relative;
    margin: auto;
    top: 0;
    width: 20px;
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
@media (max-width: 1200px) {}
@media (max-width: 767px) {}
@media (max-width: 600px) {}
/* ===================================================================
introduction
=================================================================== */
.introduction_text {
    padding: 60px 0;
    font-size: 30px;
    text-align: center;
}
.introduction_what_is {
    padding: 120px 0 70px;
    background: url(../images/introduction_bg.png) no-repeat bottom right;
    background-size: contain;
}
.intr_what_is {
    max-width: 375px;
    position: relative;
    left: -10%;
    bottom: 2%;
}
.introduction_what_is h2 {
    font-size: 40px;
    margin-bottom: 55px;
}
.introduction_what_is h3 {
    font-size: 25px;
    margin-bottom: 45px;
}
.introduction_inner_left {}
.introduction_inner_left p {
    width: 100%;
    max-width: 550px;
}
.introduction_inner_right {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.intr_figure {
    max-width: 200px;
    padding-bottom: 40px;
}
.intr_bottle {
    max-width: 230px;
}
.introduction_description_inner {
    padding: 50px 6%;
    font-weight: lighter;
    font-size: 14px;
    max-width: 1200px;
    margin: 0 auto;
}
.introduction_description_heading {
    max-width: 600px;
    margin: 0 auto 30px;
    display: block;
}
@media (max-width: 1350px) {
    .intr_what_is {
        left: -5%;
        bottom: 7%;
    }
    .introduction_inner_left {
        margin: 0 0 50px 5%;
    }
}
@media (max-width: 1200px) {
    .introduction_what_is {
        background: url(../images/introduction_bg_sp.png) no-repeat bottom right;
        background-size: contain;
    }
    .introduction_inner_right {
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
        margin: -50px auto -50px;
        padding: 50px 25% 30px;
    }
}
@media (max-width: 767px) {
    .introduction_text {
        font-size: 20px;
    }
    .intr_what_is {
        bottom: 25px;
        max-width: 300px;
    }
    .introduction_what_is h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .introduction_what_is h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .introduction_inner_right {
        justify-content: center;
        margin: -10px auto -30px;
    }
    .introduction_inner_left {
        margin: 0 4%;
    }
    .introduction_inner_left p {
        font-size: 14px;
    }
    .intr_bottle {
        max-width: 200px;
    }
    .introduction_what_is {
        padding: 70px 0 20px;
    }
}
@media (max-width: 600px) {
    .introduction_description_inner {
        padding: 50px 11%;
    }
    .introduction_description_inner p {
        font-size: 13px !important;
    }
    .introduction_description h4 {
        font-size: 17.5px;
    }
    .product_list::before {
        top: -100px !important;
        width: 200px !important;
        height: 195px !important;
    }
    .product_list::after {
        width: 220px !important;
        height: 130px !important;
        bottom: 735px !important;
    }
    .intr_figure {
        max-width: 120px;
    }
    .intr_bottle {
        max-width: 110px;
    }
}
/* ===================================================================
product
=================================================================== */
.products_visual {
    position: relative;
}
.products_visual h2 {
    position: absolute;
    top: calc(50% - 100px);
    left: 18%;
    width: 400px;
    width: 25%;
}
.product_inner {
    margin: 120px 0;
    position: relative;
}
.product_list {
    position: relative;
}
.product_list::before, .product_list::after {
    display: block;
    content: "";
    background: url(../images/product_hiba_01.png);
    background-size: cover;
    position: absolute;
    top: 370px;
    left: 3%;
    width: 280px;
    /*    width: 18.8vmax;*/
    height: 270px;
    /*    height: 19vmax;*/
    z-index: 1;
}
.product_list::after {
    background: url(../images/product_hiba_02.png);
    background-size: contain;
    top: auto;
    left: auto;
    bottom: 375px;
    right: 4%;
    width: 381px;
    /*    width: 21.2vmax;*/
    height: 225px;
    /*    height: 12.5vmax;*/
}
.products_inner_box {
    padding: 0;
    margin: 0;
    background: #fff;
    position: relative;
    height: 440px;
    align-items: center;
}
.products_inner_box dl {
    margin: auto;
    max-width: 550px;
}
.products_inner_box dl dt {
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 20px;
}
.products_inner_box dl dt span {
    font-size: 18px;
    display: block;
    margin: 20px 0;
}
.products_inner_box dl dd {
    font-weight: lighter;
    font-size: 15px;
}
.item_img {
    position: relative;
    height: 100%;
}
.products_oil, .products_water, .products_aroma {
    max-width: 260px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: auto;
}
.products_water {
    width: 220px;
}
.products_aroma {
    width: 320px;
}
@media (max-width: 921px) {
    .products_inner_box dl dt {
        font-size: 18px;
    }
    .products_inner_box dl dt span {
        font-size: 15px;
    }
}
@media (max-width: 767px) {
    .products_visual h2 {
        width: 32%;
        left: 15%;
    }
    .products_inner_box dl dd {
        font-size: 13px;
    }
}
@media (max-width: 600px) {
    .products_visual h2 {
        width: 45%;
        left: 6%;
        top: calc(50% - 70px);
    }
    .product_inner {
        background: #fff;
    }
    .products_inner_box {
        padding: 100px 0;
        height: 780px;
    }
    .products_inner_box:nth-child(even) {
        flex-wrap: wrap-reverse;
    }
    .products_inner_box dl {
        flex: 0 0 95%;
    }
    .item_img {
        height: 400px;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .products_oil, .products_water, .products_aroma {
        max-width: 260px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .products_water {
        bottom: 20px;
        width: 170px;
    }
}
/* ===================================================================
effect_efficacy
=================================================================== */
.effect_efficacy {
    margin-bottom: 150px;
}
.effect_efficacy_heading_area {
    padding: 50px 0 60px;
}
.effect_efficacy_heading_area h2 {
    position: relative;
    top: calc(50% - 100px);
    left: 0;
    max-width: 400px;
    right: 0;
    margin: auto;
}
.effect_efficacy_inner {
    max-width: 1200px;
    margin: 0 auto;
    background: url(../images/effect_efficacy_bg.jpg) center center no-repeat;
    padding: 3%;
    position: relative;
    top: -30px;
    box-shadow: 0px 0px 40px #666;
}
.effect_efficacy_list {
    align-items: center;
    margin: 0 auto;
}
.effect_efficacy_data {
    padding: 0 4%;
}
.effect_efficacy_data dt {
    text-align: center;
    font-size: 30px;
    font-weight: normal;
}
.effect_efficacy_data dt span {
    font-size: 20px;
    display: block;
    margin: 20px auto 15px;
}
.treeicon {
    width: 50px;
    display: block;
    margin: 0 auto;
}
.effect_efficacy_img {
    padding: 0;
}
.effect_efficacy_data dd span {
    font-size: 12px;
}
.evidence {
    display: block;
    margin: 30px 0 0;
    width: 160px;
    border: solid 1px #013133;
    text-align: center;
    float: right;
    font-size: 14px;
    position: relative;
    overflow: hidden;
    padding: 9px 0;
    background: rgba(255, 255, 255, 0.5);
}
.evidence::after {
    display: block;
    content: "";
    width: 160px;
    height: 40px;
    opacity: 0;
    color: rgba(8, 41, 15, 1);
    background: rgba(8, 41, 15, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
.evidence:hover::after {
    opacity: .5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}
@media (max-width: 1200px) {
    .effect_efficacy_inner {
        box-shadow: none;
        background-size: cover;
        top: 0;
    }
    .effect_efficacy_data {
        padding: 0 4%;
    }
    .effect_efficacy_data dt span {
        margin: 15px auto 10px;
    }
    .evidence {
        display: block;
        margin: 25px 0 0;
    }
}
@media (max-width: 991px) {
    .effect_efficacy_data {
        margin: 50px auto;
    }
    .effect_efficacy_list:nth-child(even) {
        flex-direction: column-reverse;
    }
}
@media (max-width: 767px) {
    .effect_efficacy_heading_area h2 {
        padding: 0 5%;
    }
    .effect_efficacy_data {
        font-size: 14px;
    }
}
@media (max-width: 600px) {}
/* ===================================================================
effort
=================================================================== */
.effort h2 {
    text-align: center;
    padding: 50px;
    font-size: 30px;
}
.effort_mind {
    background: url("../images/effort_bg.jpg") center center no-repeat;
    background-size: cover;
}
.effort_mind_inner {
    padding: 100px 0;
    position: relative;
}
.effort_mind_inner h3 {
    font-size: 35px;
    margin-bottom: 40px;
}
.effort_mind_inner a {
    font-size: 20px;
    position: absolute;
    right: 45px;
    margin-top: 15px;
    border-bottom: solid 1px;
    width: 171px;
    padding-bottom: 5px;
}
.effort_mind_inner a::after {
    display: block;
    content: "";
    border-right: 1px solid #fff;
    height: 40px;
    transform: rotate(-60deg);
    position: absolute;
    bottom: -11px;
    right: 15px;
}
.effort_mind_inner a:hover, .effort_mind_inner a:hover::after {
    opacity: 1;
    color: #fff;
    right: 40px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}
.effort_mind_inner a:hover::after {
    right: 15px;
}
.effort_business {
    padding-bottom: 80px;
    width: 90%;
}
.effort_business_item dl dt {
    font-size: 25px;
    margin: 30px 0 15px;
    line-height: 1.5rem;
}
.effort_business_item dl dd {
    font-size: 15px;
}
@media (max-width: 1200px) {
    .effort_mind_inner {
        padding: 100px 3%;
    }
}
@media (max-width: 1077px) {
  .effort_business_item dl dt {
    font-size: 18px;
  }
  .effort_business_item dl dd {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
    .effort h2 {
        text-align: left;
        width: 270px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .effort_mind_inner {
        padding: 100px 8% 150px;
    }
    .effort_mind_inner a {
        bottom: 70px;
    }
    .effort_business_item {
        margin: 0 auto 80px;
        max-width: 500px;
        width: 95%;
    }
    .effort_business_item dl dt {
        font-size: 20px;
        margin: 20px 0 10px;
        line-height: 1.5rem;
    }
}
@media (max-width: 600px) {
    .effort_mind_inner h3 {
        font-size: 25px;
    }
    .effort_business_item dl dd {
        font-size: 13px;
    }
}
/* ===================================================================
living
=================================================================== */
.living {
    margin: 150px auto;
}
.living h2 {
    max-width: 465px;
    margin-bottom: 105px;
    padding: 0 3%
}
.living ul {
    max-width: 940px;
}
.living_item {
    margin-bottom: 85px;
    justify-content: center;
    align-items: flex-start;
}
.living_item dl dt {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 2rem;
}
.living_item dl dd {
    font-size: 15px;
}
.living_item:last-child {
    margin-bottom: 150px;
}
.living_contact a {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 37px;
    border: solid 1px;
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.living_contact a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(255, 255, 255, 1);
    transition: all 0.5s;
}
.living_contact a:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
    background-color: rgba(8, 41, 15, 0.5);
}
.living_contact a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
    background: rgb(239 239 239);
    transform: scale(1.2, 1.2);
}
.living_contact a:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}
@media (max-width: 1200px) {}
@media (max-width: 920px) {
    .living_item dl dt {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px;
        line-height: 1.5rem;
    }
    .living_item dl dd {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .living_item dl {
        margin-top: 30px;
    }
    .living_item dl .more_link {
        float: right;
    }
    .living_contact a {
        width: 85%;
        padding: 27px;
    }
}
@media (max-width: 600px) {
    .living h2 {
        width: 80%;
        margin: 0 auto 75px;
    }
    .living_item dl dt {
        font-size: 18px;
    }
}
/* ===================================================================
footer
=================================================================== */
footer {
    font-weight: lighter;
    font-size: 14px;
    padding: 30px 0 10px;
}
.footer_inner {
    align-items: center;
}
.footer_inner a:hover {
    color: #666;
}
.footer_link_wrap {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 10px;
}
.footer_link {
    transition: all 300ms ease-in-out;
}
.footer_link:hover {
    opacity: 0.7;
}
.footer_link_twitter {
    width: 24px;
}
.footer_link_instagram {
    width: 22px;
}
.footer_logo {
    width: 150px;
    margin: 10px auto 40px;
    display: block;
}
.wholesale {
    border: solid 1px;
    padding: 15px;
    text-align: center;
    font-size: 16px;
    width: 260px;
    display: inline-block;
    background-color: rgb(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.wholesale:hover {
    color: #666;
    border: 1px solid rgba(8, 41, 15, 1);
}
.wholesale::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s;
}
.wholesale:hover::before {
    opacity: 0;
    transform: scale(0.5, 0.5);
}
.wholesale::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid rgba(100, 100, 100, 1);
    transform: scale(1.2, 1.2);
}
.wholesale:hover::after {
    opacity: 1;
    transform: scale(1, 1);
}
.footer_copy {
    text-align: center;
}
@media (max-width: 1200px) {}
@media (max-width: 992px) {
    .wholesale {
        margin: 50px auto;
        display: block;
        font-size: 14px;
    }
}
@media (max-width: 600px) {
    .footer_link_wrap {
        justify-content: center;
        margin-bottom: 26px;
    }
    .footer_link_twitter {
        width: 20px;
    }
    .footer_link_instagram {
        width: 19px;
    }}
@media (max-width: 320px) {}





/* ===================================================================
sales
=================================================================== */
.sales_text {
    padding: 60px 0;
    font-size: 30px;
    text-align: center;
}
.sales_text .sp {
    display: none;
}
@media (max-width: 1350px) {}
@media (max-width: 1200px) {}
@media (max-width: 767px) {
    .sales_text {
        font-size: 20px;
    }
    .sales_text .sp {
        display: block;
        line-height: 0;
    }
}
@media (max-width: 600px) {}

.sales_guid_wrap {
    margin-top: 60px;
}
.sales_guid_title {
    font-size: 16px;
    text-align: center;
}
.sales_guid_text {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .sales_guid_wrap {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .sales_guid_title {
        font-size: 14px;
    }
    .sales_guid_text {
        font-size: 13px;
    }
}

.sales_nav_wrap {
    margin-top: 60px;
}
@media (max-width: 767px) {
    .sales_nav_wrap {
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
}
.sales_nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}
@media (max-width: 767px) {
    .sales_nav {
        gap: 20px;
    }
}
.sales_nav li {
}
.sales_nav .sales_nav_text {
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 500ms ease-in-out;
}
.sales_nav .sales_nav_text:hover {
    opacity: 0.5;
}
@media (max-width: 767px) {
    .sales_nav .sales_nav_text {
        font-size: 14px;
    }
    .sales_nav .sales_nav_text:hover {
        opacity: 1;
    }
}

.sales_list_wrap {
    margin-top: 70px;
    padding-bottom: 70px;
}
@media (max-width: 767px) {
    .sales_list_wrap {
        width: 90%;
        margin: 0 auto;
        margin-top: 70px;
    }
}
.sales_list {
    text-align: center;
    margin-top: 70px;
}
.sales_list_title {
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.sales_list_pre {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: 40px;
}
@media (max-width: 767px) {
    .sales_list_pre {
        font-size: 14px;
    }
}
.sales_list_inner {
    margin-top: 30px;
}

.sales_content {
    margin-top: 30px;
}
.sales_content_text {
    font-size: 18px;
    text-align: center;
}
@media (max-width: 767px) {
    .sales_content_text {
        font-size: 16px;
    }
}
.sales_content_text.content_name {
}
.sales_content_text.content_address {
    font-size: 16px;
    margin-top: 3px;
}
.sales_content_text.content_tel {
    font-size: 16px;
}
@media (max-width: 767px) {
    .sales_content_text.content_address {
        font-size: 14px;
    }
    .sales_content_text.content_tel {
        font-size: 14px;
    }
}
