@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainImg {
     
	width: 100%;
    height: 0;
    padding-top: calc(535 / 1000 * 100%);
    background: url(../img/index/bg01.png) center center / cover no-repeat;
}
.mainImg_inner {
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.mainImg_inner h2 {
    margin: 0 0 0 18px;
    position: relative;
    z-index: 10;
}
.mainImg_inner .photo {
    width: 38.2%;
    text-align: right;
    margin: -141px -340px 0 0;
}
.mainImg_inner .photo img {
    width: 100%;
}
.temporary {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
}
.temporary dl {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    min-height: 78px;
}
.temporary dt {
    width: 41.7%;
    box-sizing: border-box;
    padding-right: 53px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
    background-color: #892526;
}
.temporary dt span {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
    padding: 8px 0 8px 57px;
    display: inline-block;
    background: url("../img/common/icon02.png") no-repeat left center;
    background-size: 42px auto;
}
.temporary dd {
    display: flex;
    align-items: center;
    padding: 16px 130px 12px 30px;
    flex: 1;
    color: #000000;
    letter-spacing: -0.05em;
    line-height: 1.5625;
    background-color: #EFEFEF;
}
.steak {
    margin-top: -150px;
}
.steak h2 {
    max-width: 1344px;
    margin: 0 auto 28px;
    height: 129px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: url("../img/index/bg04.png") no-repeat center center;
    background-size: cover;
    font-size: 4rem;
    position: relative;
    z-index: 1;
    color: rgba(255,255,255,0.65);
}
.steak .photo {
    text-align: center;
}
.steak .photo img {
    width: 100%;
}
.steak_inner {
    padding: 126px 0 78px;
    background: url("../img/index/bg06.png") no-repeat center center;
    background-size: cover;
}
.steak_inner_ttl {
    max-width: 740px;
    margin: 0 auto 73px;    
    position: relative;
    background-color: rgba(212,183,114,0.65);
}
.steak_inner h3 {
    padding: 31px 20px 33px;
    box-sizing: border-box;
    line-height: 1.39;
    font-size: 4.6rem;
    letter-spacing: -0.03em;
    text-align: center;
    position: relative;
}
.steak_inner h3:after {
    border: 1px solid #000;
	position: absolute;  
	top: 13px;
	right: 10px;
    left: 11px;
    bottom: 11px;
	content: ""; 
}
.steak_inner h3 span {
    position: relative;
    z-index: 1;
}
.steak_inner h3 span small {
	font-size: 0.9em;
	letter-spacing: -0.04em;
}
.steak_inner_ttl:before {
	width: 202px;  
	height: 39px;
    background: url("../img/index/bg05.png") no-repeat center center;
    background-size: 100% auto;
	position: absolute;  
	top: -39px;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}
.steak_inner_ttl:after {
	width: 165px;  
	height: 23px;
    background: url("../img/index/bg07.png") no-repeat center center;
    background-size: 100% auto;
	position: absolute;  
	top: -20px;
	left: 50%;
    transform: translateX(-50%);
	content: ""; 
}
.steak_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.steak_box_photo {
    width: 50%;
}
.steak_box_photo img {
    width: 100%;
}
.steak_box_text {
    width: 50%;
    display: flex;
    box-sizing: border-box;
    padding-left: 60px;
}
.steak_box_text .sub {
    width: 440px;
    box-sizing: border-box;
    padding: 38px 20px 72px 27px;
    background: url("../img/index/bg08.png") no-repeat center top;
    background-size: cover;
}
.steak_box_text .sub p {
    letter-spacing: -0.02em;
    line-height: 2.125;
}
.steak_box_text .sub h4 {
    margin-bottom: 33px;
    font-size: 2.4rem;
    color: #D4B772;
    letter-spacing: -0.05em;
}
.steak_box_text .sub h4 span {
    padding: 2px 30px 6px;
    background: url("../img/common/icon03.png") no-repeat left center, url("../img/common/icon04.png") no-repeat right center;
    background-size: 13px auto;
}
.shop h2 {
    margin: -35px 0 51px;
    text-align: center;
    height: 262px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 42px;
    box-sizing: border-box;
    font-size: 4rem;
    color: #D4B772;
    background: url("../img/common/bg01.png") no-repeat center bottom;
    background-size: 141px auto;
}
.shop .mainBox {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
}
.shop h3 {
    margin-bottom: 52px;
    text-align: center;
    font-size: 3.2rem;
    font-weight: normal;
    letter-spacing: -0.1em;
    font-family: 'Shippori Mincho B1', serif;
}
.shop_inner {
    margin-bottom: 111px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.shop_inner_photo {
    width: 284px;
    margin-left: 50px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
}
.shop_inner_photo img {
    width: 100%;
}
.shop_inner_text {
    margin-right: 8px;
    width: 560px;
}
.shop_dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid #5C5C5C;
}
.shop_dl dt {
    font-size: 1.4rem;
    width: 110px;
    box-sizing: border-box;
    padding: 18px 10px 17px 16px;
    border-bottom: 1px solid #5C5C5C;
    line-height: 1.714;
}
.shop_dl dd {
    padding: 18px 15px 15px 5px;
    box-sizing: border-box;
    width: calc(100% - 110px);
    font-size: 1.4rem;
    line-height: 1.714;
    border-bottom: 1px solid #5C5C5C;
}
.shop_dl .shop_dl_txt {
    margin-bottom: 26px;
    display: block;
    letter-spacing: -0.066em;
}
.shop_dl .shop_dl_txt02 {
    margin-bottom: 15px;
    letter-spacing: -0.093em;
}
.shop_dl .shop_dl_txt02:last-child {
    margin-bottom: 5px;
}
.shop .header_list {
    margin: -10px 0 0;
    justify-content: space-between;
}
.shop .header_list li {
    margin: 0;
    /*amazonリンク復活時に以下スタイル*/
    width: 48%;
    /*width: 100%;*/
}
.shop .header_list li a {
    padding: 24px 5px 30px;
    font-size: 2.4rem;
}
.special_hamburg .com-redbg_box {
	padding-bottom: 48px;
}
.beef {
	padding: 0 0 92px;
}
.beef .border-box {
	padding: 73px 40px 90px 69px;
	position: relative;
	background: url("../img/index/beef_bg01.png") no-repeat top center;
	background-size: cover;
}
.beef .border-box:before {
	position: absolute;
	left: 21px;
	top: 20px;
	right: 18px;
	bottom: 24px;
	border: 1px solid #D4B772;
	content: "";
}
.beef .border-box > section {
	position: relative;
	z-index: 1;
	width: 420px;
}
.beef .border-box > .r-box {
    width: 425px;
}
.beef .border-box h4 {
	margin: 0 0 23px 93px;
	position: relative;
	display: flex;
	align-items: center;
	color: #D4B772;
	font-weight: 600;
	font-size: 3.2rem;
	line-height: 1.43;
	text-shadow: 0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419;
}
.beef .border-box h4 .icon {
	position: absolute;
	left: -93px;
	top: 50%;
	width: 76px;
	margin-top: -23px;
}
.beef .border-box .r-box h4 .icon {
	left: -62px;
	width: 28px;
	margin-top: -32px;
}
.beef .border-box p {
	margin-bottom: 35px;
	color: #D4B772;
	letter-spacing: -0.05em;
	line-height: 2.12;
}
.beef .border-box p:last-child {
	margin-bottom: 0 !important;
}
.best {
	padding: 86px 0 82px;
	background: url("../img/index/best_bg01.png") no-repeat left top;
	background-size: 580px auto;
}
.best .headline01 {
	width: 807px;
	margin: 0 auto 50px;
	height: 165px;
	font-size: 5.2rem;
	background-image: url("../img/index/best_h3_bg01.png");
	background-size: 807px auto;
}
.best .headline01 span {
	font-size: 4.5rem;
}
.best .top-text {
	text-align: center;
	color: #fff;
	font-weight: 600;
	line-height: 2.1;
}
.best .com-redbg_box .img-box {
	padding-bottom: 4.85%;
	margin-bottom: 0;
}
.best .com-redbg_box .img-box .photo-box {
	width: 66.5%;
	max-width: 786px;
	bottom: -27px;
}
.best .com-redbg_box .img-box_right {
	padding-bottom: 9.4%;
}
.best .com-redbg_box .img-box_right .photo-box {
	max-width: inherit;
	width: 67%;
}
.gras {
	padding: 90px 0 131px;
	position: relative;
	background: url("../img/index/gras_bg01.png") no-repeat top center,url("../img/index/gras_bg04.png") no-repeat bottom left;
	background-size: 100% auto,907px auto;
}
.gras:before {
	position: absolute;
	right: 0;
	top: -396px;
	background: url("../img/index/gras_bg02.png") no-repeat;
	background-size: 667px auto;
	width: 667px;
	height: 685px;
	content: "";
}
.gras h3 {
	max-width: 632px;
	position: relative;
	z-index: 1;
	margin-left: calc((100% - 1208px) / 2);
}
.gras .com-redbg_box {
	background: none;
}
.gras .com-redbg_box .img-box {
  margin-bottom: 0;
  padding: 2.25% 0 10.2%;
}
.gras .com-redbg_box .img-box .text-box {
	width: 42%;
}
.gras .com-redbg_box .img-box .text-box p {
	margin: 0;
	letter-spacing: -0.095em;
}
.gras .com-redbg_box .img-box .photo-box {
  width: 64.5%;
  max-width: 755px;
}
.gras .com-redbg_box .img-box_right {
	padding: 3.3% 0 10.2%;
}
.gras .com-redbg_box .img-box_right .photo-box {
	max-width: inherit;
	top: -84px;
	width: 56.7%;
}
.gras .com-redbg_box .img-box_right .text-box {
	width: 42.8%;
}
.gras .com-redbg_box .img-box_right p {
	letter-spacing: -1.05em;
}
.gras .com-redbg_box .img-box_right .bg-text {
	margin-top: 95px;
	min-width: 500px;
	/*text-align: center;*/
	padding: 20px 30px 30px;
	box-sizing: border-box;
	background: url("../img/index/gras_bg03.png") no-repeat top center;
	background-size: cover;
	font-size: 0.8em;
	line-height: 23px;
}
.gras .com-redbg_box .img-box_right .bg-text p {
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 23px;
	color: #fff;
	font-size: 1.1em;
}
.gras .com-redbg_box .img-box_right .bg-text p.note {
	font-size: 1em;
}
.gras .com-redbg_box .img-box_right .bg-text .title {
	color: #D4B772;
	text-align: center;
	margin-bottom: 20px;
	font-size: 2rem;
}
.gras .com-redbg_box .img-box_right .bg-text .title span {
  padding: 2px 40px 6px;
  background: url("../img/common/icon03.png") no-repeat left center, url("../img/common/icon04.png") no-repeat right center;
  background-size: 13px auto;
}
.gras .com-redbg_box .img-box_right .bg-text ol {
	margin: 20px 0;
	color: #D4B772;
	font-weight: bolder;
}
@media all and (max-width: 896px) {
    .mainImg {
        
        background:url("../img/index/bg02.png") no-repeat;
		padding-top: calc(1555 / 1000 * 100%);
		height: initial;
    background-size: 100%;
    }
    .mainImg_inner {
        padding: 10px 0 0;
        display: block;
    }
    .mainImg_inner h2 {
        margin: 0 auto;
        max-width: 322px;
    }
    .mainImg .photo {
        width: 61%;
        float: right;
        margin: -46px -20px 0 0;
    }
    .mainImg::after {
        display: none;
        background-size: 100% auto;
    }
    .temporary {
        border: none;
        bottom: 0;
    }
    .temporary dl {
        min-height: inherit;
        display: block;
    }
    .temporary dt {
        display: block;
        padding: 1px 5px 2px;
        width: auto;
    }
    .temporary dt span {
        font-size: 1.4rem;
        padding-left: 35px;
        background-size: 26px auto;
    }
    .temporary dd {
        padding: 13px 34px 8px;
        width: auto;
        line-height: 1.64;
    }
    .steak {
        margin-top: 0;
    }
    .steak h2 {
        margin-bottom: 18px;
        height: 125px;
        font-size: 3.1rem;
        box-sizing: border-box;
        padding-bottom: 15px;
        background-image: url("../img/index/sp_bg02.png");
    }
    .steak_inner {
        padding: 58px 21px 50px;
        background-image:url("../img/index/sp_bg03.png");
        background-position: center top;
        background-size: 100% auto;
        position: relative;
        z-index: 1;
    }
    .steak_inner:after {
        width: 100%;  
        height: 195px;
        background:url("../img/index/sp_bg06.png") no-repeat center bottom;
        background-size: cover;
        position: absolute;  
        bottom: -0;
        right: 0;  
        z-index: -1;
        content: ""; 
    }
    .steak_inner_ttl {
        max-width: inherit;
        margin: 0 10px 36px;
        background: url("../img/index/sp_bg04.png") repeat center center;
        background-size: 100% auto;
    }
    .steak_inner_ttl::before {
        width: 125px;
        height: 14px;
        top: -14px;
        background-image: url("../img/index/sp_bg05.png");
    }
    .steak_inner h3 {
        padding: 6px 20px 23px;
        font-size: 3.2rem;
    }
    .steak_inner h3 small {
        font-size: 1.9rem;
        vertical-align: -4px;
    }
    .steak_inner h3::after {
        top: 6px;
        right: 6px;
        left: 6px;
        bottom: 6px;
    }
    .steak_inner_ttl::after {
        width: 90px;
        height: 12px;
        top: -9px;
    }
    .steak_box {
        display: block;
        margin: 0 -21px;
    }
    .steak_box_photo {
        margin-bottom: 45px;
        width: auto;
    }
    .steak_box_text {
        padding: 0 22px;
        width: auto;
        display: block;
    }
    .steak_box_text .sub {
        width: auto;
        padding: 43px 10px 45px;
        background-image: url("../img/index/sp_bg07.png");
    }
    .steak_box_text .sub h4 {
        margin-bottom: 37px;
        text-align: center;
        font-size: 2rem;
    }
    .steak_box_text .sub h4 span {
        padding: 2px 25px 6px;
    }
    .steak_box_text .sub p {
        line-height: 2.6rem;
    }
    .shop h2 {
        font-size: 2.6rem;
        background-size: auto 170px;
        height: 170px;
        margin: -42px 0 20px;
        padding-bottom: 28px;
    }
    .shop h3 {
        margin-bottom: 25px;
        font-size: 2rem;
    }
    .shop_inner {
        margin: 0 14px 46px;
        display: block;
    }
    .shop_inner_photo {
        width: auto;
        max-width: 284px;
        margin: 0 auto 28px;
    }
    .shop_inner_text {
        margin: 0;
        width: auto;
    }
    .shop_dl {
        display: block;
        border: none;
    }
    .shop_dl dt {
        border-top: none;
        width: auto;
        padding: 0 0 7px;
    }
    .shop_dl dd {
        width: auto;
        padding: 8px 0 26px;
        border-bottom: none;
    }
    .shop_dl .shop_dl_txt {
        margin-bottom: 0;
    }
    .shop_dl .shop_dl_txt02 {
        margin-bottom: 26px;
        letter-spacing: -0.066em;
    }
    .shop_dl .shop_dl_txt02:last-child {
        margin-bottom: 0;
    }
    .shop .header_list {
        margin: -13px 13px 0;
        max-width: inherit;
    }
    .shop .header_list li {
        margin-bottom: 21px;
        width: auto;
    }
    .shop .header_list li a {
        font-size: 2rem;
        padding: 14px 5px 15px;
    }
	.special_hamburg .com-redbg_box {
		padding-bottom: 54px;
	}
	.beef {
		padding: 0 0 62px;
	}
	.beef .border-box {
		margin: 0 -10px;
		display: block;
		padding: 50px 36px 61px;
		background-image: url("../img/index/sp_beef_bg01.png");
	}
	.beef .border-box:before {
		left: 11px;
		top: 10px;
		right: 10px;
		bottom: 10px;
	}
	.beef .border-box > section {
		width: auto !important;
	}
	.beef .border-box h4 {
		margin: 0 0 24px;
		display: block;
		font-size: 2.6rem;
		line-height: 1.36;
		text-align: center;
	}
	.beef .border-box h4 .icon {
		position: static;
		width: 60px;
		display: block;
		margin: 0 auto 14px;
	}
	.beef .border-box .l-box {
		margin-bottom: 58px;
	}
	.beef .border-box .r-box h4 .icon {
		width: 19px;
		margin: 0 auto 16px;
	}
	.beef .border-box p {
		margin-bottom: 26px;
		line-height: 2.6rem;
	}
	.best {
		padding: 43px 0 0;
		background-image: url("../img/index/sp_best_bg01.png");
		background-size: 435px auto;
	}
	.best .headline01 {
		width: 269px;
		display: block;
		margin: 0 auto 27px;
		height: 160px;
		font-size: 3.2rem;
		padding: 32px 0 0;
		background-image: url("../img/index/sp_best_h3_bg01.png");
		background-size: 269px auto;
		box-sizing: border-box;
	}
	.best .headline01 span {
		margin: 11px 0;
		font-size: 3.2rem;
		display: block;
	}
	.best .top-text {
		margin-bottom: 67px;
		line-height: 2.6rem;
	}
	.best .com-redbg_box .img-box_right {
		margin-top: 22px !important;
	}
	.best .com-redbg_box .img-box .text-box {
		margin: 0 33px -35px;
	}
	.best .com-redbg_box .img-box .text-box p {
		letter-spacing: -0.076em;
	}
	.best .com-redbg_box .img-box_right .text-box {
		margin-bottom: 44px;
	}
	.best .com-redbg_box:before {
		height: 1500px;
		top: 0;
		background-image: url(../img/index/sp_best_bg02.png);
	}
	.gras {
		padding: 51px 0 52px;
		background: url("../img/index/sp_gras_bg01.png") no-repeat top 184px center;
		background-size: 100% auto;
	}
	.gras .com-redbg_box::before {
		display: none;
	}
	.gras:before {
		top: -174px;
		background: url("../img/index/sp_gras_bg02.png") no-repeat;
		background-size: 467px auto;
		width: 467px;
		height: 472px;
	}
	.gras h3 {
		max-width: inherit;
		margin: 0 40px -47px 0;
	}
	.gras .com-redbg_box {
		background: none;
	}
	.gras .com-redbg_box .img-box {
	  margin-bottom: 0;
	}
	.gras .com-redbg_box .img-box .photo-box {
		margin-bottom: 8px !important;
	}
	.gras .com-redbg_box .img-box .text-box {
		margin-bottom: 0 !important;
	}
	.gras .com-redbg_box .img-box .text-box p {
		margin: 0;
		letter-spacing: -0.076em;
	}
	.gras .com-redbg_box .img-box_right .text-box p {
		letter-spacing: -0.076em;
	}
	.gras .com-redbg_box .img-box_right {
		margin-top: 35px !important;
	}
	.gras .com-redbg_box .img-box_right .photo-box {
		margin-bottom: 20px !important;
	}
	.gras .com-redbg_box .img-box_right .bg-text {
        min-width: inherit;
		margin: 44px -8px 0;
		width: auto;
		padding: 16px 20px 20px;
		background-image: url("../img/index/sp_gras_bg03.png");
	}
	.gras .com-redbg_box .img-box_right .bg-text p {
		letter-spacing: -0.13em;
	}
	.gras .com-redbg_box .img-box_right .bg-text ol {
		font-size: 1.1em;
	}
	.gras .com-redbg_box .img-box_right .bg-text .title {
		margin-bottom: 16px;
		font-size: 1.6rem;
		letter-spacing: -0.05em;
	}
	.gras .com-redbg_box .img-box_right .bg-text .title span {
	  padding: 2px 26px 6px;
	}
}
@media all and (max-width: 350px) {
	.beef .border-box {
		padding: 50px 20px 61px;
	}
}

.reason {
	padding: 19px 0 113px;
	position: relative;
	background: url(../img/index/reason_bg02.png) no-repeat center bottom / 100% 343px,url(../img/index/reason_bg01.png) no-repeat center top / 100% 100%;
	z-index: 2;
}

.reason h3 {
	margin: 0 auto -6px;
	padding-bottom: 39px;
	width: 741px;
	height: 269px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 6rem;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 44px;
	text-align: center;
	background: url(../img/index/reason_h3_bg.png) no-repeat center center / 741px auto;
	text-shadow: 0 0 10px #734413,0 0 10px #734413,0 0 10px #734413,0 0 10px #734413;
	box-sizing: border-box;
}
.reason h3 small {
	margin-bottom: 19px;
	display: block;
	font-size: 3.2rem;
	letter-spacing: -0.03em;
}
.reason .text-list {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.reason .text-list li {
	width: 280px;
	color: #d4b772;
	font-weight: 500;
	letter-spacing: -0.07em;
	line-height: 34px;
	text-align: left;
}
.reason .text-list li h4 {
	margin-bottom: 25px;
	padding-top: 44px;
	font-size: 3.2rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 46px;
	text-align: center;
	background: url(../img/index/reason_mark01.png) no-repeat center top / 46px auto;
	text-shadow: 0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419;
}
.introduction {
	margin-top: -111px;
	position: relative;
	z-index: 1;
}
.introduction img {
	width: 100%;
}
.introduction h3 {
	padding-bottom: 8px;
	width: 356px;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #d4b772;
	font-weight: 600;
	font-size: 5.5rem;
	line-height: 64px;
	text-align: center;
	transform: translateX(-50%);
	background: url(../img/index/introduction_bg02.png) no-repeat center center;
	text-shadow: 0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419,0 0 10px #711419;
	box-sizing: border-box;
	z-index: 1;
}
.introduction h3 small {
	margin-bottom: 24px;
	font-size: 3.2rem;
	letter-spacing: -0.1em;
	line-height: 44px;
}
.introduction ul {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: space-between;
}
.introduction li {
	padding-top: 185px;
	width: 44%;
	font-weight: 500;
	font-size: 5.3rem;
	letter-spacing: -0.15em;
	text-align: center;
	color: #d4b772;
}
.introduction li:last-child {
	padding-top: 185px;
}
.introduction li small {
	margin-top: -8px;
	display: block;
	font-weight: 500;
	font-size: 2.4rem;
	letter-spacing: -0.05em;
}
.special_hamburg {
	padding-top: 6.8%;
	background: url(../img/index/bg10.png) no-repeat left top / 42.5% auto,url(../img/index/bg09.png) no-repeat center center / cover;
}
@media all and (max-width: 896px) {
	.reason {
		padding: 38px 0 78px;
		background: url(../img/index/sp_reason_bg01.png) no-repeat center top / 100% 100%;
	}
    .reason:before {
        width: 100%;  
        height: 75px;
        background: url(../img/index/sp_reason_bg02.png) no-repeat center top;
        background-size: 100% 100%;
        position: absolute;  
        bottom: -75px;
        left: 0;  
        content: ""; 
    }
    .reason::after {
        display: none;
    }
	.reason h3 {
		margin: 0 auto 30px;
		padding: 6px 0 0;
		width: 314px;
		height: 134px;
		font-size: 3.6rem;
		line-height: 27px;
		background-image: url(../img/index/sp_reason_h3_bg.png);
		background-size: 100% auto;
	}
	.reason h3 small {
		margin-bottom: 12px;
		font-size: 1.9rem;
		letter-spacing: -0.03em;
		line-height: 27px;
	}
	.reason .text-list {
		display: block;
	}
	.reason .text-list::after {
		display: none;
	}
	.reason .text-list li {
		width: auto;
		letter-spacing: -0.04em;
		line-height: 23px;
	}
	.reason .text-list li:not(:last-child) {
		margin-bottom: 58px;
	}
	.reason .text-list li h4 {
		margin-bottom: 25px;
		padding-top: 30px;
		font-size: 2.6rem;
		line-height: 36px;
		letter-spacing: 0;
		background-size: 30px auto;
	}
    .reason .text-list li .txt {
        letter-spacing: -0.112em;
		line-height: 2.6rem;
    }
	.introduction {
		margin-top: 7px;
	}
	.introduction h3 {
		padding-bottom: 0;
		width: 47.47vw;
		height: 70.67vw;
		font-size: 8.5vw;
		line-height: 9.6vw;
		background-image: url(../img/index/sp_introduction_bg02.png);
		background-size: 100% 100%;
	}
	.introduction h3 small {
		margin-bottom: 3.47vw;
		font-size: 5.06vw;
		line-height: 6.7vw;
	}
	.introduction ul {
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		display: block;
	}
	.introduction li {
		padding-top: 0 !important;
		width: 100%;
		position: absolute;
		left: 0;
		top: 73vw;
		font-size: 10.8vw;
		text-align: center;
	}
	.introduction li:last-child {
		top: auto;
		bottom: 95vw;
	}
	.introduction li small {
		margin-top: -2vw;
		font-size: 4.8vw;
	}
	.special_hamburg {
		padding-top: 65px;
		background: url(../img/index/bg10.png) no-repeat left top / 80% auto,url(../img/index/sp_bg08.png) no-repeat center center / cover;
	}
}

@media all and (-ms-high-contrast:none){ 
    .temporary dl {
        height: 78px;
    }
    .beef .border-box > .l-box {
        margin-left: -45px;
    }
}

@media all and (max-width: 374px) {
    .steak_inner h3 small {
        font-size: 1.5rem;
    }

}
.chef {
	position: relative;
    z-index: 2;
}
.chef_name {
	display: none;
}
@media all and (max-width: 896px) {
.chef_name {
	display: block;
	position: absolute;
    left: -47px;
    top: 406px;
	z-index: 1;
}
}