@charset "UTF-8";
@import url("grid.css");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1&display=swap');

body {
    font-family: nitalagoruika, sans-serif;
    font-weight: 100;
    font-style: normal;
}

img {
    max-width: 100%;
    height: auto;
    /*高さ自動*/
}

a {
    display: block;
    color: rgb(223, 82, 82);
    text-decoration-line: none;
}

a:hover {
    color: rgb(255, 131, 131);
}

a img:hover {
    opacity: 0.8;
}

.underline {
    border-bottom: 3px solid #000;
    padding-bottom: 0.5rem;
}

.center {
    text-align: center;
}

/*ヘッダー
-------------------------------------*/
.head {
    display: flex;
    flex-direction: row;
    padding: 1rem 0 0 0;
}

.head h1 {
    padding: 1rem 0;
    font-weight: 700;
    letter-spacing: 3px;
}

.snsbox {
    margin-left: auto;
    font-size: 3.0rem;
    padding: 1rem 0 0 0;
}

nav ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    list-style: none;
    margin-bottom: 0.5rem;
}

nav li {
    flex: 0 0 15%;
}

nav li a {
    display: block;
    margin: auto;
    text-decoration: none;
    text-align: center;
    height: 100%;
}

nav a:hover {
    text-decoration: underline;
}

nav a {
    padding: 1rem;
}

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

    /* PC時はMENUボタンを非表示 */
    #open,
    #close {
        display: none !important;
    }

    #navi {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .head {
        flex-direction: column;
        text-align: left;
        margin-bottom: 20px;
    }

    .telbox {
        margin-left: 0;
        text-align: center;
    }

    .head #open,
    #close {
        position: absolute;
        top: 28px;
        right: 12px;
    }

    nav ul {
        flex-direction: column;
    }

    nav li {
        padding-top: 0;
        border-bottom: 1px solid #ccc;
        margin-bottom: 0;
    }

    /* スマホ時はMENUボタンを表示 */
    #open {
        display: block;
        background: url(../img/button.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        border: none;
        position: absolute;
        top: 20px;
        right: 12px;
    }

    #close {
        display: block;
        background: url(../img/button2.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 50px;
        height: 50px;
        border: none;
        position: absolute;
        top: 20px;
        right: 12px;
    }

    /* スマホ時はメニューを非表示 */
    #navi {
        display: none;
    }
}

/*メイン画像
-------------------------------------*/
.mainimg img {
    width: 100vw;
}

/*メインコンテンツ
-------------------------------------*/
main {
    margin: 5rem 0 5rem 0;
}

/*キャッチタイトル
-------------------------------------*/
h2.catch {
    text-align: center;
    color: #000;
    font-size: 4.0rem;
    margin-bottom: 3rem;
}

/*フッター
-------------------------------------*/
footer {
    background-color: #fff;
    padding: 3rem 0;
}

footer h5 {
    border-bottom: 1px solid #ccc;
}

/*コピーライト
-------------------------------------*/
.copyright {
    text-align: center;
    padding: 1rem 0;
    background-color: #fff;
}

.copyright a {
    color: #000;
    text-decoration: none;
    display: inline-block;
}

/*ページトップへ戻るボタン
-------------------------------------*/
#pagetop {
    position: fixed;
    bottom: 15px;
    right: 15px;
}

#pagetop a {
    display: block;
    background: #666;
    color: #fff;
    width: 50px;
    padding: 10px 5px;
    text-align: center;
}

#pagetop a:hover {
    background: #999;
}

/*パンくずリスト
-----------------------------------*/
.breadcrumb {
    margin: 0 0 1em 0;
    padding: 0;
}

.breadcrumb li {
    list-style-type: none;
}

.breadcrumb li a {
    display: inline-block;
    color: #959fa5;
}

/*パン田追記
-----------------------------------*/
html {
    scroll-behavior: smooth;
    /* padding: 0; */
}

.margin-auto {
    margin: auto;
}

.padding-auto {
    padding: auto;
}

.top-logo {
    margin: auto;
}

span {
    display: inline-block;
}

#top-sentence2
{
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-top: 20px;
}

/* 見出し下のテキスト */
.overview
{
    font-family: 'M PLUS 1', sans-serif;
    font-style: bold;
    text-align: center;
}

#member figcaption {
    text-align: center;
    font-size: 100%;
    height: 25px;
    vertical-align: middle;
}

#member .member-sns {
    flex: 0 0 28%;
    max-width: 20%;
}
#member .member-sns img {
    border-radius: 50%;
}
#member figcaption {
    font-family: 'vdl-logona', sans-serif;
}

#member .member {
    position: relative;
}

#member .narrow-row {
    display: flex;
    flex-direction: row;
}

#member .narrow-row-parent {
    justify-content: space-evenly;
}

#member .member-sns-parent {
    justify-content: space-evenly;
}

.goods-list {
    justify-content: space-evenly;
    align-items: center;
}
.goods-list:nth-child() {
    margin:auto;
}

.tooltip {
    width: 250px;
    padding: 10px;
    font-family: 'M PLUS 1', sans-serif;
    font-style: normal;
    font-size: 12px;
    margin: -30px 0 0;
    z-index: 9999;
    background-color: #666;
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.tooltip:before {
    right: 50%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(102, 102, 102, 0);
    border-right-color: #5e5e5e;
    border-width: 8px;
    margin-top: -8px;
}

#navigation {
    padding: 10px 10px;
    z-index:999;
}
#navigation a {
    display: block;
    text-align: center;
}
#menubar {
    border-radius: 10px;
    background-color:white;
    box-shadow: #000 2px 1px;
}

.colorful span {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 0px #333333
}

.colorful span.colorfulColor0 {
    color: #2FDEA8;
}

.colorful span.colorfulColor1 {
    color: #6D6AFB;
}

.colorful span.colorfulColor2 {
    color: #FFDF1E;
}

.colorful span.colorfulColor3 {
    color: #52A8F2;
}

.colorful span.colorfulColor4 {
    color: #F24B78;
}

#main-image {
    position: relative;
}

#fuwafuwa1,#fuwafuwa2 {
    width: 20%;
    max-width: 380px;
    position: absolute;
    top: 36%;
    left: 86%;
    display: none;
    flex-direction: column;
    z-index: 5;
}

#dialogueMember {
    z-index: 10;
    position: absolute;
    display: flex;
    flex-direction: column;
}

.eyecatch {
    margin-top: 10px;
    height:40vh;
}

/* PC時 */
@media screen and (min-width: 768px) {
    .top-logo {
        width: 50%;
    }

    .eyecatch {
        min-height:400px;
        margin-bottom: 100px;
    }

    #main1 {
        height:100vh;
        min-height:800px;
    }

    #fuwafuwa1 {
        display: flex;
        width: 22%;
        max-width: 380px;
        top: 36%;
        left: 85%;
    }

    #dialogueMember {
        width: 30%;
        max-width: 380px;
        top: 65%;
        left: 80%;
    }

    .phone-only {
        display: none;
    }

    .pc-only {
        display: block;
    }

    #main-image-canvas {
        background: url("../img/main.png") center no-repeat;
        width: 1200px;
        height: 675px;
    }

}

/* スマホ時 */
@media screen and (max-width: 767px) {
    .top-logo {
        width: 90%;
    }

    .phone-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    #fuwafuwa2 {
        display: flex;
        width: 18%;
        top: 30%;
        left: 79%;
    }

    #dialogue3 {
        font-size: 26px;
        white-space: nowrap;
        display: inline-block;
        color: #1D9BF0;
        top: 37%;
        left: 83%;
    }

    #dialogueMember {
        width: 25%;
        top: 58%;
        left: 75%;
    }

    .eyecatch {
        margin-bottom: 400px;
    }

    #member .row {
        flex-direction: row;
    }

    #member .narrow-row-parent {
        flex-direction: column;
    }

    #member .span-6 {
        flex: 0 0 48%;
        max-width: 48%;
    }

    #main-image-canvas {
        background: url("../img/main.png") center no-repeat;
    }
    
}

/*==================================================
　5-2-4 MENUがCLOSEに
===================================*/

/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    background: #30e6dc;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

/*ボタン内側*/
.openbtn span {
    display: inline-block;
    transition: all .4s;
    /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
}


.openbtn span:nth-of-type(1) {
    top: 13px;
}

.openbtn span:nth-of-type(2) {
    top: 19px;
}

.openbtn span:nth-of-type(3) {
    top: 25px;
}

.openbtn span:nth-of-type(3)::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 5px;
    left: -2px;
    color: #fff;
    font-size: 0.6rem;
    text-transform: uppercase;
}

/*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/

.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

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

.openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top: 5px;
    left: 4px;
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
    top: -120%;
    left: 0;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: #97fffa;
    /*動き*/
    transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive {
    top: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*リストのレイアウト設定*/

#g-nav li {
    list-style: none;
    text-align: center;
}

#g-nav li a {
    color: #333;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
}

#project .btn {
    margin: 10px 20px;
}


.btn,
a.btn,
button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
}

#project .btn--yellow,
#project a.btn--yellow {
    background-color: #FFDF1E;
    color: #093542;
}

#project .btn--blue,
#project a.btn--blue {
    background-color: #52A8F2;
    color: white;
}

#project .btn--yellow:hover,
#project a.btn--yellow:hover {
    background-color: #FFEA6E;
}

#project .btn--blue:hover,
#project a.btn--blue:hover {
    background-color: #87C4F9;
}

#eyecatch .btn--lightblue,
#eyecatch a.btn--lightblue {
    background-color: #2c84b4;
    color: white;
}

#eyecatch .btn--lightblue:hover,
#eyecatch a.btn--lightblue:hover {
    background-color: #5c95b4;
}

#project a.btn--radius {
    border-radius: 100vh;
}