@charset 'UTF-8';
/*********************************/
/*********************************/

html
{
	font-size: 62.5%;
}
body
{
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', YuGothic, Meiryo, 'メイリオ', 'Lucida Grande', sans-serif;
	font-size: 10px;
	font-size: 155%;
	font-weight: 400;
	line-height: 1.4;

	min-width: 1000px;

	color: #000;

	-webkit-font-feature-settings: 'palt' 1;
			font-feature-settings: 'palt' 1;
	-webkit-text-size-adjust: 100%;
}
*
{
	-webkit-box-sizing: border-box;
			box-sizing: border-box;
}

*:last-child
{
	margin-bottom: 0 !important;
}
.header {
    position: relative;
    
}
article,main,.article__contents,.re2024 .tabmenu .inner__top,.re2024 .together .ttl,.re2024 .together .flex__wrapper,.re2024 .recipe {

    max-width: 90%;
    width: 90%;
	margin:0 auto;
}
.re2024 .tabmenu .inner__bottom .menu__list  {
	max-width: 100%;
    width: 100%;
	margin:0 auto;
}
.sideNav,.footerNav,.footerWrap,.under-ct-2,.sns-fix {
    display: none;
}
    .content__ttl__wrap__inner {
        max-width: 1200px;
        margin: 0 auto;
        vertical-align: bottom;
        width: 96%;
    }
    .ttlWrap {
        display: flex;
        align-items: center;
    }
	.content__ttl__02 {
        display: inline-block;
        margin-right: 23px;
        margin-bottom: 0;
    }
	.content__read {
        color: #fff;
        font-size: 1.6rem !important;
        font-weight: normal;
        line-height: 1;
    }
