@charset "UTF-8";

:root {
    --font-mincho: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    --font-gothic: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* ---------------------------------------
  基本情報
-----------------------------------------*/

html, body {
    height: 100%;
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    font-style: normal;
    font-weight: normal;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.8;
}

input, button, textarea, select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
    color: #000;
    font-size: 1.6rem;
    line-height: 1.8;
}

textarea {
    resize: vertical;
}

select::-ms-expand {
    display: none;
}

body a {
    text-decoration: none;
    color: #000;
}

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

*, *:after, *:before {
    box-sizing: border-box;
}

.intro-text,
.produce .text1,
.produce .text2,
.produce .text4,
.komeetc .text1,
.moringa .text1,
.howto .text1,
.howto .text3 {
    font-family: var(--font-mincho);
    font-weight: bolder;
}

.produce .text3,
.produce .text5,
.natural .text1,
.komeetc .text2,
.moringa .text2,
.voice .text1,
.voice .text2,
.voice .text3,
.howto .text2,
.howto .text4 {
    font-family: var(--font-gothic);
    font-weight: 500;
}


@media screen and (min-width: 769px) {
    body {
        /*min-width: 1100px;*/
        min-width: 769px;
    }
}

@media screen and (max-width: 768px) {
    img {
        width: 100%;
    }

    p, dt, dd, li, th, td,
    input, button, textarea, select {
        font-size: 1.4rem;
    }
}

/* 全然わからん
--------------------------------*/
.main {
    font-size: 1.4rem;
}

@media only screen and (min-width: 300px) {
    html {
        font-size: 28%;
    }
}

@media only screen and (min-width: 769px) {
    html {
        font-size: 62.5%;
    }
}

/* responsive
--------------------------------*/
@media screen and (min-width: 769px) {
    .sp {
        display: none !important;
    }

    .youtube {
        width: 80%;
        padding: 0;
        box-sizing: border-box;
    }

    .youtube .inner {
        padding-top: 56.25%;
        position: relative;
        height: 0;
        overflow: hidden;
    }

    .youtube .inner iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 80%;
        height: 80%;
    }

}

@media screen and (max-width: 768px) {
    .pc {
        display: none !important;
    }
}

/* hover
--------------------------------*/
.fade:hover,
a:hover img {
    opacity: 0.7;
}

.fade, a img {
    outline: 1px solid transparent;
    transition: opacity 0.3s;
}

/* common
--------------------------------*/
.wrap {
    max-width: 1000px;
    margin: 0 auto;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.flex {
    display: flex;
    justify-content: space-between;
}


/* ---------------------------------------------
  header
-----------------------------------------------*/


/* ---------------------------------------------
  main
-----------------------------------------------*/

/*イントロ*/
.intro {
    position: relative;
    padding: 0;
    margin: 0;
}

.intro .img {
    width: 100%;
}

.intro-text {
    position: absolute;
    color: #444444;
    font-size: 2.7em;
    top: 65%;
    left: 20%;
}

/*プロデュース*/
.produce {
    position: relative;
    padding: 0;
    margin: 0;
}

.produce .img {
    width: 100%;
}

.produce p {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.produce .text1 {
    position: absolute;
    color: #9b003f;
    font-size: 2em;
    top: 35%;
}

.produce .text2 {
    position: absolute;
    color: #9b003f;
    letter-spacing: 0.5em;
    font-size: 3.2em;
    top: 36%;
}

.produce .text3 {
    position: absolute;
    color: #444444;
    font-size: 1.8em;
    width: 80%;
    top: 39%;
}

.produce .text4 {
    position: absolute;
    color: #333333;
    font-size: 3em;
    width: 80%;
    top: 73%;
}

.produce .text5 {
    position: absolute;
    color: #444444;
    font-size: 2.4em;
    width: 80%;
    top: 76%;
}

/*天然素材*/
.natural {
    position: relative;
    padding: 0;
    margin: 0;
}

.natural .img {
    width: 100%;
}

.natural p {
    position: absolute;
    left: 50%;
    transform: translate(-40%);
}

.natural .text1 {
    position: absolute;
    color: #444444;
    font-size: 2.6em;
    width: 70%;
    top: 55%;
}

/*ユーチューブ*/
.youtube {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.youtube .inner {
    padding-top: 56.25%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.youtube .inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*米ぬか、米麹、塩*/
.komeetc {
    position: relative;
    padding: 0;
    margin: 0;
}

.komeetc .img {
    width: 100%;
}

.komeetc .text1 {
    position: absolute;
    color: #333333;
    font-size: 3.8em;
    top: 27%;
    left: 12%;
}

.komeetc .text2 {
    position: absolute;
    color: #444444;
    font-size: 2.4em;
    width: 75%;
    top: 35%;
    left: 12%;
}

/*モリンガ*/
.moringa {
    position: relative;
    padding: 0;
    margin: 0;
}

.moringa .img {
    width: 100%;
}

.moringa .text1 {
    position: absolute;
    color: #333333;
    font-size: 3.8em;
    top: 23%;
    left: 12%;
}

.moringa .text2 {
    position: absolute;
    color: #444444;
    font-size: 2.4em;
    width: 75%;
    top: 30%;
    left: 12%;
}

/*お客様の声*/
.voice {
    position: relative;
}

.voice .img {
    width: 100%;
}

.voice p {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.voice .text1 {
    position: absolute;
    color: #444444;
    font-size: 2.2em;
    width: 80%;
    top: 19%;
}

.voice .text2 {
    position: absolute;
    color: #444444;
    font-size: 2.2em;
    width: 80%;
    top: 49%;
}

.voice .text3 {
    position: absolute;
    color: #444444;
    font-size: 2.2em;
    width: 80%;
    top: 79%;
}

/*使用方法*/
.howto {
    position: relative;
}

.howto .img {
    width: 100%;
}

.howto p {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.howto .text1 {
    position: absolute;
    color: #4682b4;
    font-size: 3.3em;
    top: 43%;
}

.howto .text2 {
    position: absolute;
    color: #444444;
    font-size: 2.2em;
    width: 80%;
    top: 48%;
}

.howto .text3 {
    position: absolute;
    color: #c5848c;
    font-size: 3.3em;
    top: 75%;
}

.howto .text4 {
    position: absolute;
    color: #444444;
    font-size: 2.2em;
    width: 80%;
    top: 80%;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/


/* ------------------------------
    clearfix
------------------------------ */

.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
    height: 1%;
}

.cf {
    display: block;
}

/* End Hack */


/* ------------------------------
    fix-rinjin for responsive
------------------------------ */

@media screen and (max-width: 1000px) {
    .wrap {
        margin: 0;
    }

    .intro-text {
        font-size: 4.3vw;
    }

    .produce .text1 {
        font-size: 3.2vw;
    }

    .produce .text2 {
        width: 100%;
        text-align: center;
        font-size: 5.1vw;
    }

    .produce .text3 {
        font-size: 2.9vw;
    }

    .produce .text4 {
        font-size: 5vw;
    }

    .produce .text5 {
        font-size: 3.9vw;
    }

    .natural .text1 {
        font-size: 4.2vw;
    }

    .komeetc .text1 {
        font-size: 6vw;
    }

    .komeetc .text2 {
        font-size: 3.9vw;
    }

    .moringa .text1 {
        font-size: 6vw;
    }

    .moringa .text2 {
        font-size: 3.9vw;
    }

    .voice .text1 {
        font-size: 3.5vw;
    }

    .voice .text2 {
        font-size: 3.5vw;
    }

    .voice .text3 {
        font-size: 3.5vw;
    }

    .howto .text1 {
        font-size: 5.3vw;
        white-space: nowrap;
    }

    .howto .text2 {
        font-size: 3.5vw;
    }

    .howto .text3 {
        font-size: 5.3vw;
    }

    .howto .text4 {
        font-size: 3.5vw;
    }
}