@charset "utf-8";
body{
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #52413C;
    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_25{
    font-size: 25px;
}
.font_29{
    font-size: 29px;
}
.font_40{
    font-size: 40px;
}
.font_45{
    font-size: 45px;
}
.font_60{
    font-size: 60px;
}
.font_70{
    font-size: 70px;
}
/* font_color */
.color_light_brown{
    color: #CBAFA5;
}
.color_yellow{
    color: #F0CA97;
}
.color_orange{
    color: #D36F4E;
}
.color_white{
    color: #FFFCF8;
}
/* 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_15{
    line-height: 1.5;
}
/* font_family */
.font_eng{
    font-family: "Corinthia", cursive;
    font-style: normal;
    /* 400 700 */
}
.font_serif{
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-style: normal;
    /* 200 300 400 500 600 700 800 900 */
}
@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_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_35{
        font-size: 35px;
    }
    .pc_font_40{
        font-size: 40px;
    }
    .pc_font_60{
        font-size: 60px;
    }
    .pc_font_100{
        font-size: 100px;
    }
    .pc_font_120{
        font-size: 120px;
    }
    .pc_font_150{
        font-size: 150px;
    }
}
@media screen and (max-width: 768px){
    .sp_none{
        display: none;
    }
    .container{
        width: 100%;
        max-width: 375px;
        margin: 0 auto;
    }    
}