@charset "utf-8";
body{
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #696259;
    line-height: 2;
}
.text_center{
    text-align: center;
}
.text_left{
    text-align: left;
}
.text_right{
    text-align: right;
}
/* font_size */
.font_10{
    font-size: 10px;
}
.font_12{
    font-size: 12px;
}
.font_13{
    font-size: 13px;
}
.font_14{
    font-size: 14px;
}
.font_15{
    font-size: 15px;
}
.font_16{
    font-size: 16px;
}
.font_17{
    font-size: 17px;
}
.font_18{
    font-size: 18px;
}
.font_20{
    font-size: 20px;
}
.font_21{
    font-size: 21px;
}
.font_22{
    font-size: 22px;
}
.font_25{
    font-size: 25px;
}
.font_30{
    font-size: 30px;
}
.font_33{
    font-size: 33px;
}
.font_60{
    font-size: 60px;
}
/* font_color */
.color_brown{
    color: #D0973C;
}
.color_green{
    color: #DEE5AA;
}
.color_deep_green{
    color: #AEB487;
}
.color_white{
    color: #FDFCF7;
}
/* font_weight */
.font_light{
    font-weight: 300;
}
.font_regular{
    font-weight: 400;
}
.font_medium{
    font-weight: 500;
}
.font_bold{
    font-weight: 700;
}
/* line_height */
.height_1{
    line-height: 1;
}
.height_13{
    line-height: 1.3;
}
.height_15{
    line-height: 1.5;
}
/* font_eng */
.font_eng{
  font-family: "Winky Rough", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 768px){
    .pc_container{
        width: 100%;
        max-width: 1000px;
        margin: 0 auto;
    }
    .pc_none{
        display: none;
    }
    /* pc_font */
    .pc_font_12{
        font-size: 12px;
    }
    .pc_font_14{
        font-size: 14px;
    }
    .pc_font_15{
        font-size: 15px;
    }
    .pc_font_16{
        font-size: 16px;
    }
    .pc_font_17{
        font-size: 17px;
    }
    .pc_font_18{
        font-size: 18px;
    }
    .pc_font_20{
        font-size: 20px;
    }
    .pc_font_25{
        font-size: 25px;
    }
    .pc_font_27{
        font-size: 27px;
    }
    .pc_font_30{
        font-size: 30px;
    }
    .pc_font_32{
        font-size: 32px;
    }
    .pc_font_35{
        font-size: 35px;
    }
    .pc_font_45{
        font-size: 45px;
    }
    .pc_font_90{
        font-size: 90px;
    }
}
@media screen and (max-width: 768px){
    .sp_none{
        display: none;
    }
    .container{
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
    }    
}