@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;700;800&display=swap');

/* =========================================================================================================================================== */
/* CSS変数                                                                                                                                      */
/* =========================================================================================================================================== */
:root {
    --webfont-mplus  : 'M PLUS Rounded 1c', sans-serif;
    --font-size-normal    : 16px;

    --font-weight-light   : 300;
    --font-weight-regular : 400;
    --font-weight-bold    : 700;
    --font-weight-exbold  : 800;

    --width-100           : calc(100% - 110px);
    --content-width-1     : 1620px;
    --content-width-2     : 1400px;
    --content-width-3     : 1140px;
    --content-width-4     : 1010px;
    --content-width-5     : 955px;
    --content-width-6     : 800px;

    --color-black0        : #000000;
    --color-black1        : #555555;
    --color-black2        : #5d5d5d;
    --color-gray1         : #f6f6f6;
    --color-gray2         : #e7e7e7;
    --color-gray3         : #EEEDE8;
    --color-blue1         : #2bbced;
    --color-blue2         : #00afec;
    --color-green1        : #8fc31f;
    --color-green2        : #49b985;
    --color-red1          : #841212;
    --color-white         : #ffffff;

    --zindex-header       : 100;
    --zindex-gnavi        : 200;

    --header-height       : 140px;

    --gradient1           : linear-gradient(90deg, var(--color-blue1) 0%, var(--color-green1) 100%);

}
@media (max-width: 1023px){
    :root {
        --width-100           : calc(100% - 50px);
        --header-height       : 106px;
    }    
}


/* =========================================================================================================================================== */
/* サイト共通デザイン　                                                                                                                             */
/* =========================================================================================================================================== */
* {
    box-sizing: border-box;
}


/* ------------------------------------------------------------- */
/* 切り替え                                                        */
/* ------------------------------------------------------------- */
.pc_only   { display: block;  }
.pc_none   { display: none;   }
.pc_inline { display: inline; }
.sp_only   { display: none;   }
.sp_none   { display: block; }
@media (max-width: 1023px) {
    .pc_only   { display: none;  }
    .pc_none   { display: block; }
    .pc_inline { display: none;  }
    .sp_only   { display: none;  }
    .sp_none   { display: block; }
}
@media (max-width: 767px) {
    .pc_only   { display: none;  }
    .pc_none   { display: block; }
    .pc_inline { display: none;  }
    .sp_only   { display: block; }
    .sp_none   { display: none;  }
}


/* ------------------------------------------------------------- */
/* 全体                                                           */
/* ------------------------------------------------------------- */
html {
    font-size: 62.5%;
    overflow-y:scroll;
}
body{
    position: relative;
    margin: 0;
    font-family: var(--webfont-mplus);
    font-size: var(--font-size-normal);
    font-size: 1.6rem; 
    font-weight: var(--font-weight-regular);
    line-height: 1.55;
    background-color: var(--color-white);
    color: var(--color-black1);
}


/* ------------------------------------------------------------- */
/* 装飾                                                           */
/* ------------------------------------------------------------- */
/* center */
@media all {
    .center {
        text-align: center !important;
    }
}

/* bold */
@media all {
    .bold {
        font-weight: var(--font-weight-bold) !important;
    }
}


/* padding-bottom */
@media all {
    .pb10 { padding-bottom: 10px !important; }
    .pb11 { padding-bottom: 11px !important; }
    .pb12 { padding-bottom: 12px !important; }
    .pb13 { padding-bottom: 13px !important; }
    .pb14 { padding-bottom: 14px !important; }
    .pb15 { padding-bottom: 15px !important; }
    .pb16 { padding-bottom: 16px !important; }
    .pb17 { padding-bottom: 17px !important; }
    .pb18 { padding-bottom: 18px !important; }
    .pb19 { padding-bottom: 19px !important; }
    .pb20 { padding-bottom: 20px !important; }
    .pb21 { padding-bottom: 21px !important; }
    .pb22 { padding-bottom: 22px !important; }
    .pb23 { padding-bottom: 23px !important; }
    .pb24 { padding-bottom: 24px !important; }
    .pb25 { padding-bottom: 25px !important; }
    .pb26 { padding-bottom: 26px !important; }
    .pb27 { padding-bottom: 27px !important; }
    .pb28 { padding-bottom: 28px !important; }
    .pb29 { padding-bottom: 29px !important; }
    .pb30 { padding-bottom: 30px !important; }
    .pb31 { padding-bottom: 31px !important; }
    .pb32 { padding-bottom: 32px !important; }
    .pb33 { padding-bottom: 33px !important; }
    .pb34 { padding-bottom: 34px !important; }
    .pb35 { padding-bottom: 35px !important; }
    .pb36 { padding-bottom: 36px !important; }
    .pb37 { padding-bottom: 37px !important; }
    .pb38 { padding-bottom: 38px !important; }
    .pb39 { padding-bottom: 39px !important; }
    .pb40 { padding-bottom: 40px !important; }
    .pb41 { padding-bottom: 41px !important; }
    .pb42 { padding-bottom: 42px !important; }
    .pb43 { padding-bottom: 43px !important; }
    .pb44 { padding-bottom: 44px !important; }
    .pb45 { padding-bottom: 45px !important; }
    .pb46 { padding-bottom: 46px !important; }
    .pb47 { padding-bottom: 47px !important; }
    .pb48 { padding-bottom: 48px !important; }
    .pb49 { padding-bottom: 49px !important; }
    .pb50 { padding-bottom: 50px !important; }
    .pb51 { padding-bottom: 51px !important; }
    .pb52 { padding-bottom: 52px !important; }
    .pb53 { padding-bottom: 53px !important; }
    .pb54 { padding-bottom: 54px !important; }
    .pb55 { padding-bottom: 55px !important; }
    .pb56 { padding-bottom: 56px !important; }
    .pb57 { padding-bottom: 57px !important; }
    .pb58 { padding-bottom: 58px !important; }
    .pb59 { padding-bottom: 59px !important; }
    .pb60 { padding-bottom: 60px !important; }
    .pb61 { padding-bottom: 61px !important; }
    .pb62 { padding-bottom: 62px !important; }
    .pb63 { padding-bottom: 63px !important; }
    .pb64 { padding-bottom: 64px !important; }
    .pb65 { padding-bottom: 65px !important; }
    .pb66 { padding-bottom: 66px !important; }
    .pb67 { padding-bottom: 67px !important; }
    .pb68 { padding-bottom: 68px !important; }
    .pb69 { padding-bottom: 69px !important; }
    .pb70 { padding-bottom: 70px !important; }
    .pb71 { padding-bottom: 71px !important; }
    .pb72 { padding-bottom: 72px !important; }
    .pb73 { padding-bottom: 73px !important; }
    .pb74 { padding-bottom: 74px !important; }
    .pb75 { padding-bottom: 75px !important; }
    .pb76 { padding-bottom: 76px !important; }
    .pb77 { padding-bottom: 77px !important; }
    .pb78 { padding-bottom: 78px !important; }
    .pb79 { padding-bottom: 79px !important; }
    .pb80 { padding-bottom: 80px !important; }
    .pb81 { padding-bottom: 81px !important; }
    .pb82 { padding-bottom: 82px !important; }
    .pb83 { padding-bottom: 83px !important; }
    .pb84 { padding-bottom: 84px !important; }
    .pb85 { padding-bottom: 85px !important; }
    .pb86 { padding-bottom: 86px !important; }
    .pb87 { padding-bottom: 87px !important; }
    .pb88 { padding-bottom: 88px !important; }
    .pb89 { padding-bottom: 89px !important; }
    .pb90 { padding-bottom: 90px !important; }
    .pb91 { padding-bottom: 91px !important; }
    .pb92 { padding-bottom: 92px !important; }
    .pb93 { padding-bottom: 93px !important; }
    .pb94 { padding-bottom: 94px !important; }
    .pb95 { padding-bottom: 95px !important; }
    .pb96 { padding-bottom: 96px !important; }
    .pb97 { padding-bottom: 97px !important; }
    .pb98 { padding-bottom: 98px !important; }
    .pb99 { padding-bottom: 99px !important; }
    .pb100 { padding-bottom: 100px !important; }
}


/* ------------------------------------------------------------- */
/* 画像                                                           */
/* ------------------------------------------------------------- */
img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


/* ------------------------------------------------------------- */
/* リンク　                                                        */
/* ------------------------------------------------------------- */
a {
    text-decoration: none;
    color: var(--color-black1);
    cursor: pointer;
}
a:hover,
a:hover img {
    opacity: 0.7;
}


/* ------------------------------------------------------------- */
/* H1                                                            */
/* ------------------------------------------------------------- */
/* TYPE1 */


/* ------------------------------------------------------------- */
/* H2                                                            */
/* ------------------------------------------------------------- */
/* TYPE1 */
@media all {
    .h2_type1 {
        font-size: 38px;
        font-weight: var(--font-weight-light);
        max-width: 450px;
        margin: 0 auto;
        margin-top: 100px;
    }
    .h2_type1 h2 {
        transform: rotate(-13deg);
        transform-origin: left bottom;
    }
}
@media (max-width: 767px) {
    .h2_type1 {
        font-size: 28px;
        padding-left: 20px;
    }
}


/* TYPE2 */
@media all {
    .h2_type2 {
        padding-bottom: 50px;
    }
    .h2_type2 h2 {
        text-align: center;
        font-size: 22px;
        font-weight: var(--font-weight-bold);
        line-height: 1.3;
    }
}

/* ------------------------------------------------------------- */
/* H3                                                            */
/* ------------------------------------------------------------- */
/* TYPE1 */
@media all {
    .h3_type1 {
        padding-top: 140px;
        text-align: center;
    }
    .h3_type1 h3 {
        font-weight: var(--font-weight-exbold);
        font-size: 32px;
        letter-spacing: 0.1em;
        color: var(--color-black0);
        line-height: 1.35;
        padding-bottom: 3px;
    }
    .h3_type1 .jp {
        font-size: 16px;
        color: var(--color-red1);
        line-height: 1.3;
    }
}


/* ------------------------------------------------------------- */
/* P：文字　                                                       */
/* ------------------------------------------------------------- */
/* TYPE1 */
@media all {
    p.type1 {
        width: calc(100% - 40px);
        max-width: 450px;
        margin: 0 auto;
        margin-top: 20px;
        text-align: center;
        line-height: 37px;
        font-weight: var(--font-weight-bold);
        padding: 30px 0;
        position: relative;
    }
    p.type1::before {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 100%;
        left: 0;
        top: 0;
        border: solid 1px var(--color-black1);
        border-right: none;
    }
    p.type1::after {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 100%;
        right: 0;
        top: 0;
        border: solid 1px var(--color-black1);
        border-left: none;
    }
}


/* TYPE2 */
@media all {
    p.type2 {
        text-align: center;
        padding-top: 100px;
        line-height: 28px;
    }
}


/* ------------------------------------------------------------- */
/* 画像                                                           */
/* ------------------------------------------------------------- */
/* TYPE1 */
@media all {
    figure.type1 {
        text-align: center;
    }
    figure.type1 img {
        width: 100%;
        max-width: 671px;
    }
}


/* ------------------------------------------------------------- */
/* BTN:ボタン　                                                    */
/* ------------------------------------------------------------- */
/* TYPE1 */
@media all {
    .btn_type1 a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 120px;
        height: 50px;
        margin: 0 auto;
        background-color: var(--color-black0);
        color: var(--color-white);
        font-size: 16px;
        font-weight: var(--font-weight-bold);
    }
}


/* ------------------------------------------------------------- */
/* BOX                                                           */
/* ------------------------------------------------------------- */
/* TYPE1 */
@media all {
    .box_type1 {
        background-color: var(--color-gray3);
        padding-bottom: 165px;
    }
}


/* ------------------------------------------------------------- */
/* POSTS                                                         */
/* ------------------------------------------------------------- */
@media all {
    .posts {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .posts-inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .posts article {
        max-width: 290px;
        margin: 0 25px;
        margin-bottom: 25px;
        width: calc((100% - 150px) / 3);
        box-shadow: 0 0 25px rgba(0,0,0,0.1);
        background-color: var(--color-white);
    }
    .posts article figure {
        padding-top: calc(192 / 290 * 100%);
        height: 0;
        background-color: var(--color-gray2);
        position: relative;
    }
    .posts article figure img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
    }
    .posts article .text {
        min-height: 95px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 1.8;
        font-weight: var(--font-weight-bold);
    }
}
@media (max-width: 767px) { 
    .posts article {
        max-width: unset;
        width: 100%;
    }
}

/* ------------------------------------------------------------- */
/* SDGs                                                          */
/* ------------------------------------------------------------- */
@media all {
    .sdgs-inner {
        padding-top: 200px;
    }
}


/* ------------------------------------------------------------- */
/* アクセサリー                                                     */
/* ------------------------------------------------------------- */
@media all {
    .accessories {
        padding-top: 200px;
    }
}