/* ============================= */
/* 全体設定                       */
/* ============================= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
body {
	font-family: "Noto Serif JP", serif;
	overflow-x: hidden;
}
.l-wrapper {
	max-width: 1230px;
}
.content .bgc-DPred {
	background-color: #a81a1a;
}

.text-denger {
	color: #b2384e !important;
}
.ftc-red {
	color: #D51E23 !important;
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 599px) {
	.es-size90,
	.es-size75,
	.es-size60 {
		width: 100% !important;
	}
}

.icon-new-tab:before {
	content: "\ea7e";
	margin-left: 10px;
}

.pc {
	display: inline-flex !important;
}
.sp {
	display: none !important;
}
@media only screen and (max-width: 599px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: inline !important;
	}
}

/*画面端まで背景色*/
.full-disp {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
}
.full-disp img {
	width: 20vw;
	height: auto;
	margin-left: calc(-50vw + 50%);
}

/* ============================= */
/* Header                        */
/* ============================= */
.l-header {
	background-image: url(/wp-content/themes/the-thor/img/maguro/head_border_pc.png);
	background-repeat: repeat-x;
	padding-top: 50px;
	position: relative;
}
.l-header h1 {
	margin-bottom: 10px;
}
.l-header .head_fb {
	position: absolute;
	left: 0;
	top: 30px;
}
.l-header .head_link {
	position: absolute;
	right: 0;
	top: 20px;
}
.l-header .head_link img {
	width: 290px;
}
.globalNavi__inner {
	font-family: "Noto Sans JP", sans-serif;
}
.globalNavi__list .current-menu-item > a,
.globalNavi__list .current-menu-parent > a,
.globalNavi__list .current_page_item > a,
.globalNavi__list .menu-item a:hover,
.globalNavi__list .page_item a:hover {
	border-bottom: unset;
	color: rgba(0, 0, 0, 0.5);
}
.globalNavi__list li a {
	color: rgba(0, 0, 0, 0.9);
}
@media only screen and (min-width: 599px) {
	.globalNavi__list li {
		margin: 0 20px;
	}
}
@media only screen and (max-width: 599px) {
	.l-header {
		background-image: url(/wp-content/themes/the-thor/img/maguro/head_border_sp.png);
		padding-top: 50px;
	}
	.head_fb,
	.head_link {
		display: none;
	}
	.l-header h1 {
		text-align: center;
	}
	.t-logoSp40 .siteTitle__logo {
		height: 90px;
	}
}

/* ***************************** */
/* Footer                        */
/* ***************************** */
.snsFooter {
	display: none;
}
.bottomFooter {
	background-image: url(/wp-content/themes/the-thor/img/maguro/footer_border.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.bottomFooter__copyright {
	color: #fff;
	margin-bottom: 80px;
}
@media only screen and (min-width: 599px) {
	/* .bottomFooter .container {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    } */
	.footer_contents {
		width: 1300px;
		margin: 0 auto;
		display: inline-flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer_contents .footer_contents_left p {
		text-align: left;
	}
	.footer_contents .footer_contents_right {
		width: 844px;
	}
	.footer_contents .footer_contents_right ul {
		list-style: none;
		display: flex;
		flex-wrap: wrap;
	}
	.footer_contents .footer_contents_right ul li {
		margin-right: 40px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 599px) {
	.bottomFooter__copyright {
		margin-bottom: 20px;
	}
	.footer_contents_left img {
		width: 220px;
		margin-bottom: 30px;
	}
	.footer_contents_left p {
		margin-bottom: 30px;
	}
	.footer_contents_right {
		display: none;
	}
	.bottomFooter {
		background-image: url(/wp-content/themes/the-thor/img/maguro/footer_border_sp.png);
		background-repeat: repeat-x;
		background-position: bottom;
	}
}

/* ***************************** */
/* 見出し                         */
/* ***************************** */
h1.heading {
	text-align: center;
}
.partsH2-4 h2 span {
	font-size: 16px;
}
.partsH3-61 h3 {
	padding: 0;
	font-size: 23px;
}
.partsH3-61 h3:after {
	position: unset;
	transform: unset;
}
.partsH2-4 h2:before,
.partsH2-4 h2:after {
	border-bottom: unset;
}
.partsH2-4 h2.normal {
	background: unset;
	padding: 0 0 10px 0;
	margin: 20px 0 10px;
	color: #000;
}
.partsH2-4 h2.normal:before {
	border-bottom: 4px solid #a83f3f;
}
.partsH2-4 h2.normal:after {
	border-bottom: 4px solid#d8d8d8;
}
@media only screen and (min-width: 599px) {
	h1.heading:before {
		content: url(/wp-content/themes/the-thor/img/maguro/icon_h2.png);
		margin-right: 10px;
	}
	.partsH2-4 h2 {
		margin-top: 50px !important;
		background-image: url(/wp-content/themes/the-thor/img/maguro/bg_h3_pc.png);
		padding-left: 20px;
		font-size: 28px;
		padding-top: 10px;
		color: #fff;
	}
	.partsH2-4 h2.make {
		background-image: url(/wp-content/themes/the-thor/img/maguro/bg02_h3_pc.png);
	}
}
@media only screen and (max-width: 599px) {
	h1.heading {
		position: relative;
		font-size: 22px;
		margin-bottom: 24px;
	}
	h1.heading:after {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 15%;
		width: 70%;
		border-bottom: 4px solid #000;
	}
	.partsH2-4 h2 {
		font-size: 18px;
	}
	.partsH2-4 h2:before,
	.partsH2-4 h2:after {
		border-bottom: 4px solid #000;
	}
	.partsH2-4 h2 span {
		font-size: 10px;
	}
}

/* ***************************** */
/* グローバルナビ                 */
/* ***************************** */
.globalNavi__list li {
	margin: 0 4px;
}
li#menu-item-257 {
	right: 0;
	top: 10px;
}
li#menu-item-256 {
	right: 0;
	top: 10px;
}
@media only screen and (max-width: 599px) {
	.globalNavi__list li {
		margin: 0;
	}
	li#menu-item-257 img,
	li#menu-item-256 img {
		width: 100px;
	}
}

/* ***************************** */
/* トップページ                   */
/* ***************************** */
.full-disp.top_main img {
	width: auto;
	height: auto;
	margin-left: 0;
}
.top_main {
	text-align: center;
	position: relative;
	margin-top: 100px !important;
	background: url(/wp-content/themes/the-thor/img/maguro/top_main_bg.png)
		no-repeat 50% top;
	background-size: cover;
}
.top_main_btn {
	position: absolute;
	top: 40%;
	right: 30%;
	transform: translate(-50%, -50%);
}
.top_main_img {
	max-width: 1230px;
	margin: 0 auto 20px auto !important;
}
.full-disp.top_main .top_main_img img {
	width: 30%;
}
.archiveHead .heading {
	border-bottom: unset !important;
	text-align: center !important;
}
.custom__item-border .custom__day {
	border: unset;
	font-family: "Futura";
	font-size: 1.2rem;
}
.custom__day {
	color: #000;
}
.custom__item-border {
	border-left: unset;
	border-right: unset;
}
.custom__item-border .custom__day.custom__ttl {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5rem;
}
.custom__cat {
	background: #000;
	border-radius: 9px;
	width: 100px;
	display: inline-block;
	text-align: center;
}
.custom__cat a.flyer::before {
	content: ""; /*何も入れない*/
	display: inline-block; /*忘れずに！*/
	width: 25px;
	height: 25px;
	background-image: url(/wp-content/themes/the-thor/img/maguro/custom-icon01.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.custom__cat a.news::before {
	content: ""; /*何も入れない*/
	display: inline-block; /*忘れずに！*/
	width: 25px;
	height: 25px;
	background-image: url(/wp-content/themes/the-thor/img/maguro/custom-icon02.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.custom__cat a.app::before {
	content: ""; /*何も入れない*/
	display: inline-block; /*忘れずに！*/
	width: 25px;
	height: 25px;
	background-image: url(/wp-content/themes/the-thor/img/maguro/custom-icon03.png);
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}
.swiper-content .btn {
	margin-top: 610px;
}
@media only screen and (max-width: 599px) {
	.top_main {
		background: url(/wp-content/themes/the-thor/img/maguro/top_main_bg_sp.png)
			no-repeat 50% top;
		background-size: 100%;
	}
	.full-disp.top_main img {
		width: 25%;
	}
	.top_main_btn {
		right: -20%;
	}
	.top_main_img {
		max-width: 100%;
	}
	.swiper-content .btn {
		display: none;
	}
}

/* ***************************** */
/* メニュー                       */
/* ***************************** */
.menu_wrap {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px !important;
}
.menu_wrap.other {
	margin-top: 20px !important;
}
.menu_block {
	width: calc(100% / 4 - 20px);
	margin-right: 25px;
	margin-top: 0 !important;
	margin-bottom: 64px;
}
.sushidon .menu_block {
	width: calc(100% / 5 - 25px);
}
.topping .menu_block {
	width: calc(100% / 4 - 25px);
}
.sushidon .menu_block h3 {
	font-size: 16px;
	display: flex;
	flex-flow: inherit;
	justify-content: flex-start;
	align-items: center;
}
.partsH3-61 .sushidon .menu_block h3::after {
	background-color: unset;
	content: unset;
}
.soldout {
	position: relative;
	text-align:center;
}
.soldout::before {
	position: absolute;
	content: '品切れ中';
	background-color: rgba(0,0,0,.7);
	color: #fff;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media only screen and (min-width: 599px) {
	.menu_block:nth-child(4n) {
		margin-right: 0;
	}
}
.menu_block .menu_img {
	margin-top: 1rem !important;
}
.menu_block p.menu_detail {
	font-size: 15px;
	font-weight: 300;
	margin-top: 1rem !important;
}
.menu_block .menu_list {
	display: flex;
	justify-content: space-between;
	font-size: 0.85em;
}
.menu_block .menu_list div {
	margin-top: 0 !important;
}
.menu_block .menu_list.other {
	justify-content: flex-start;
}
.tax {
	font-size: 11px;
}
.sp_menu_link {
	display: none;
}
@media only screen and (min-width: 599px) {
	.menu_wrap.sp {
		display: none;
	}
}

@media only screen and (max-width: 599px) {
	.sp_menu_link {
		display: block;
	}
	.sp_menu_link ul {
		list-style: none;
	}
	.sp_menu_link ul li {
		display: block;
		width: 49%;
		float: left;
		margin-top: 0 !important;
		padding: 10px;
		background: #000;
		margin-right: 2%;
		margin-bottom: 6px;
	}
	.sp_menu_link ul li:nth-child(2n) {
		margin-right: 0;
	}
	.sp_menu_link ul li:before {
		content: unset;
	}
	.sp_menu_link ul li a {
		display: block;
		position: relative;
		width: 100%;
		color: #fff;
	}
	.sp_menu_link ul li a::before {
		content: "";
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 2px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		transform: rotate(135deg);
	}

	.menu_wrap {
		margin-top: 24px !important;
	}
	.menu_block,
	.sushidon .menu_block,
	.topping .menu_block  {
		/* width: calc( 100% / 2 - 5px); */
		margin-right: 10px;
		width: 100%;
		/* margin-right: 0 !important; */
		margin-top: 0 !important;
		margin-bottom: 40px;
	}
	.menu_wrap.sp .menu_block,
	.menu_wrap.sp2 .menu_block {
		width: 100%;
		margin-right: 0;
		margin-top: 0 !important;
		margin-bottom: 40px;
	}
	.menu_block:nth-child(2n) {
		margin-right: 0;
	}
	.partsH3-61 .menu_wrap h3 {
		/* font-size: 12px; */
		font-size: 16px;
	}
	.menu_block .menu_list {
		margin-top: 0.8rem !important;
		justify-content: flex-start;
	}
	.menu_block p.menu_detail {
		/* font-size: 10px;
        line-height: 12px; */
		font-size: 13px;
		line-height: 19px;
	}
	.menu_block .menu_list div {
		/* font-size: 10px; */
		font-size: 16px;
		padding: 8px 0 0;
		margin: 0;
	}
	.menu_block .menu_list div p {
		/* font-size: 10px; */
		font-size: 16px;
		padding: 0;
		margin: 0 5px 0 0;
	}
	.menu_block .menu_list div span {
		font-size: 15px;
		line-height: 10px;
		padding: 6px 10px;
		margin: 0 8px 0 0;
	}
	.menu_block .menu_list div span.tax {
		font-size: 12px;
		padding: 0;
		margin: 0;
	}
	.menu_wrap.other {
		display: none;
	}
}

/* ***************************** */
/* 配達エリア                     */
/* ***************************** */
.area_btn {
	width: 1114px;
	margin: 92px auto 145px auto !important;
	display: flex;
	justify-content: space-between;
}
.area_btn.no-flex {
	display: block;
}
a.btn_area {
	display: block;
	color: #fff;
	width: 512px;
	height: 114px;
	border-radius: 27px;
	background: linear-gradient(#b11f22 0%, #591011 100%);
	text-align: center;
	padding-top: 14px;
}
.area_btn div {
	margin-top: 0 !important;
}
.area_btn.no-flex div:nth-child(2) {
	margin-top: 30px !important;
}
.gmap,
.gmap_area {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.gmap iframe,
.gmap_area iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.contenedor {
	display: table;
	margin: 0 auto 20px !important;
	position: relative;
}

.expand {
	width: 100%;
	padding: 15px 10px;
	max-height: 80px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #aaa;
	transition: 0.5s;
	margin: 0 !important;
}

.expand::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	pointer-events: none;
	transition: 1s;
}

.expand .content {
	z-index: -5;
}

.contenedor input {
	visibility: hidden;
}

.contenedor label {
	position: absolute;
	bottom: -0.8em;
	display: block;
	font-size: 0.9em;
	padding: 0.2em 10px;
	right: 0;
	background: #b2384e;
	box-shadow: -5px 0 white;
	color: white;
	z-index: 999;
	cursor: pointer;
	text-transform: uppercase;
}

.contenedor label:before {
	content: "詳細はこちら";
}

.contenedor input:checked + label:before {
	content: "閉じる";
}

.contenedor input[type="checkbox"]:checked ~ .expand {
	max-height: 100%;
}

.contenedor input[type="checkbox"]:checked ~ .expand:before {
	opacity: 0;
}

.contenedor02 {
	display: table;
	margin: 0 auto 20px !important;
	position: relative;
}
.expand02 {
	width: 100%;
	padding: 15px 10px;
	max-height: 80px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #aaa;
	transition: 0.5s;
	margin: 0 !important;
}
.expand02::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	pointer-events: none;
	transition: 1s;
}
.contenedor02 input {
	visibility: hidden;
}
.contenedor02 label {
	position: absolute;
	bottom: -0.8em;
	display: block;
	font-size: 0.9em;
	padding: 0.2em 10px;
	right: 0;
	background: #b2384e;
	box-shadow: -5px 0 white;
	color: white;
	z-index: 999;
	cursor: pointer;
	text-transform: uppercase;
}
.contenedor02 label:before {
	content: "詳細はこちら";
}
.contenedor02 input:checked + label:before {
	content: "閉じる";
}
.contenedor02 input[type="checkbox"]:checked ~ .expand02 {
	max-height: 100%;
}
.contenedor02 input[type="checkbox"]:checked ~ .expand02:before {
	opacity: 0;
}



.contenedor03 {
	display: table;
	margin: 0 auto 20px !important;
	position: relative;
}
.expand03 {
	width: 100%;
	padding: 15px 10px;
	max-height: 80px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #aaa;
	transition: 0.5s;
	margin: 0 !important;
}
.expand03::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	bottom: 0;
	background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	pointer-events: none;
	transition: 1s;
}
.contenedor03 input {
	visibility: hidden;
}
.contenedor03 label {
	position: absolute;
	bottom: -0.8em;
	display: block;
	font-size: 0.9em;
	padding: 0.2em 10px;
	right: 0;
	background: #b2384e;
	box-shadow: -5px 0 white;
	color: white;
	z-index: 999;
	cursor: pointer;
	text-transform: uppercase;
}
.contenedor03 label:before {
	content: "詳細はこちら";
}
.contenedor03 input:checked + label:before {
	content: "閉じる";
}
.contenedor03 input[type="checkbox"]:checked ~ .expand03 {
	max-height: 100%;
}
.contenedor03 input[type="checkbox"]:checked ~ .expand03:before {
	opacity: 0;
}

@media only screen and (max-width: 599px) {
	.area_btn {
		width: 100%;
		display: block;
		margin: 60px auto 100px auto !important;
	}
	a.btn_area {
		width: 100%;
		height: auto;
		border-radius: 15px;
		padding-top: 0;
		margin-bottom: 16px;
	}
}

/* ***************************** */
/* アルバイト募集                 */
/* ***************************** */
.recruit_left {
	flex: 2 !important;
}
table.recruit th {
	background-color: #f3c9cb;
	color: #000;
	text-align: center;
}
table.recruit td {
	background-color: #fff !important;
}

/* ***************************** */
/* 海鮮鮨丼                       */
/* ***************************** */
.full-disp.sushidon_slide {
	margin-top: -60px;
}

@media only screen and (max-width: 599px) {
	.full-disp.sushidon_slide {
		margin-top: -40px;
	}
}

/* ***************************** */
/* お問い合わせ                   */
/* ***************************** */
dl.contact-form {
	display: flex;
}
dl.contact-form.no-flex {
	display: block;
}
dl.contact-form dt {
	border-left: 8px #d0101b solid;
	padding-left: 16px;
	margin-right: 30px;
	background-color: #fff;
	width: 30%;
}
dl.contact-form dd {
	border: unset;
	flex: 1;
}

input[type="text"],
textarea {
	width: 100%;
}
.wpcf7 input[type="submit"] {
	width: 100%;
	padding: 15px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	background: #d0101b;
	transition: 0.3s;
	color: #fff;
}
.wpcf7-submit:hover {
	background: #a80e15;
	transform: translate3d(0px, 3px, 1px);
	-webkit-transform: translate3d(0px, 3px, 1px);
	-moz-transform: translate3d(0px, 3px, 1px);
}
.wpcf7 .wpcf7-submit:disabled {
	background-color: rgb(124, 124, 124);
}

@media only screen and (max-width: 599px) {
	dl.contact-form {
		flex-flow: column;
	}
	dl.contact-form.no-flex dt,
	dl.contact-form dt {
		width: 100%;
	}
}

/* ***************************** */
/* 海外技術指導                   */
/* ***************************** */
.youtube {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}



@media only screen and (min-width: 599px) {
	.en_btn {
		position: absolute;
		top: -110px;
		right: 0;
	}
}

@media only screen and (max-width: 599px) {
	.en_btn {
		text-align: right;
	}
	.en_btn a img {
		width: 35%;
	}
}


/* ============================= */
/* frozen                       */
/* ============================= */
.top-image {
	position: relative;
	overflow:hidden;
	min-height: 400px;/*スマホ画面を横にした場合、文字が重ならないように*/
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	margin-bottom: 50px;
}
.top-image-main {
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	margin-top: -12%;/*画像のトリミング調整*/
}
section.frozen {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}
section.frozen .icon {
	position: relative;
	display: block;
	width: fit-content;
	margin: 40px auto 60px;
}
section.frozen .icon::before,
section.frozen .icon::after {
	position: absolute;
	content: '';
	background: url(/wp-content/themes/the-thor/img/maguro/frozen-icon.png) no-repeat;
	width: 44px;
	height: 42px;
	top: 40%;
}
section.frozen .icon::before {
	left: -60px;
}
section.frozen .icon::after {
	right: -40px;
	left: unset;
}
.top_main.frozen_img {
	background: url(/wp-content/themes/the-thor/img/maguro/frozen-img-bg.png) no-repeat 50% bottom;
	min-height: 530px;
}
.full-disp.top_main.frozen_img .top_main_img div img {
	width: 100%;
}
.full-disp.top_main.frozen_img .top_main_img div:nth-of-type(1) {
	margin-top: -20px !important;
}
.full-disp.top_main.frozen_img .top_main_img div:nth-of-type(2) {
	margin-top: 160px;
	margin-left: 10px;
	margin-right: 10px;
}
.frozen .marker-thickYellow,
.full-disp.secret .marker-thickYellow,
.full-disp.secret02 .marker-thickYellow,
.full-disp.taiken .marker-thickYellow {
	background: linear-gradient(transparent 35%,#FFEF72 35%);
}
.full-disp.secret {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
	background: url(/wp-content/themes/the-thor/img/maguro/frozen_bg.png) no-repeat;
	background-size: cover;
	background-position: top center;
	padding: 85px 0 60px;
	margin-top: 90px;
	margin-bottom: 60px;
	position: relative;
	z-index: -50;
}
.full-disp.secret img,
.full-disp.secret02 img,
.full-disp.taiken img {
	width: auto;
	margin-left: 0;
}
.main {
	max-width: 1200px;
	margin: 0 auto;
}
.secret-d {
	margin-top: 75px !important;
}
.secret-d h4 {
	color: #D51E23;
	font-size: 37px;
	line-height: 45px;
	width: 240px;
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: left;
	margin-bottom: 50px;
}
.secret-d h4::before {
	content: url(/wp-content/themes/the-thor/img/maguro/icon_frozen.png);
	position: absolute;
	top: -10px;
	left: -60px;
	z-index:-1;
}
.secret-d02 {
	position: relative;
}
.full-disp.secret02 {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
	/* background-color: #FDFAF2; */
	padding: 85px 0 60px;
	margin-top: 90px;
	margin-bottom: 60px;
}
.full-disp.taiken {
	font-family: 'ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
	background: url(/wp-content/themes/the-thor/img/maguro/frozen_bg02.png) no-repeat;
	background-size: auto;
	background-position: top center;
	padding: 0 0 60px;
	margin-top: 80px;
	margin-bottom: 60px;
}
.frozen-footer-wrap {
	background: url(/wp-content/themes/the-thor/img/maguro/frozen-footer-wrap-bg.png) no-repeat;
	background-size: cover;
	background-position: top center;
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);
	position: relative;
	z-index: 0;
	min-height: 660px;
}
.frozen-footer-wrap .frozen-footer-img {
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
}
.full-disp.frozen-footer-wrap .frozen-footer-img div:nth-of-type(1) {
	margin-top: 120px !important;
}
.full-disp.frozen-footer-wrap .frozen-footer-img div:nth-of-type(2),
.full-disp.frozen-footer-wrap .frozen-footer-img div:nth-of-type(4) {
	margin-top: 60px !important;
}
.full-disp.frozen-footer-wrap .frozen-footer-img div:nth-of-type(5) {
	margin-top: 110px !important;
}
.full-disp.frozen-footer-wrap .frozen-footer-img img {
	margin-left: unset;
	width: auto;
}
.frozen-footer-wrap .frozen-footer-txt {
	position: absolute;
	z-index: 20;
	top: 220px;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.full-disp.frozen-footer-wrap img {
	width: unset;
}


@media only screen and (min-width: 599px) {
	.full-disp.secret p,
	.full-disp.secret02 p {
		font-size: 23px;
		line-height: 38px;
	}
	.frozen-point {
		font-size: 32px;
		line-height: 42px;
		font-weight: 700;
		padding-left: 20px;
	}
	.partsH3-61 .frozen h3,
	.partsH3-61 .taiken h3 {
		font-size: 43px;
	}
	.secret-d02 p {
		position: absolute;
		top: 0;
		right: 90px;
		display: inline-block;
		width: 310px;
		text-align: left;
	}

	.top_main.frozen_img .top_main_img {
		display: flex;
	}
	.image-attention {
		display: block;
		width: fit-content;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen and (max-width: 768px) {
	.main {
		max-width: 90%;
	}
	.top-image {
		min-height: unset;
		margin-bottom: 20px;
	}
	.content section.frozen h3 {
		font-size: 20px;
	}
	section.frozen .icon {
		margin: 20px auto 30px;
	}
	section.frozen .icon::before,
	section.frozen .icon::after {
		background-size: cover;
		width: 22px;
		height: 22px;
		top: 35%;
	}
	section.frozen .icon::before {
		left: -20px;
	}
	section.frozen .icon::after {
		right: -20px;
	}
	.top_main.frozen_img {
		min-height: 120px;
		background-size: 130%;
		margin-top: 20px !important;
	}
	.top_main.frozen_img .top_main_img {
		display: flex;
	}
	.full-disp.top_main.frozen_img .top_main_img div img {
		width: 100%;
	}
	.full-disp.top_main.frozen_img .top_main_img div:nth-of-type(1) {
		margin-top: -20px !important;
	}
	.full-disp.top_main.frozen_img .top_main_img div:nth-of-type(2) {
		margin-top: 0;
		margin-left: 5px;
		margin-right: 5px;
	}
	.full-disp.top_main.frozen_img .top_main_img div:nth-of-type(3) {
		margin-top: -20px !important;
	}
	.full-disp.secret {
		margin-top: 40px;
		padding-top: 40px;
	}
	.full-disp.secret02 {
		margin-top: 0 !important;
	}
	.frozen-footer-wrap {
		background-size: cover;
		min-height: 380px;
	}
	.full-disp.frozen-footer-wrap .frozen-footer-img div:nth-of-type(1) {
		margin-top: 60px !important;
	}
	.full-disp.frozen-footer-wrap .frozen-footer-img div:nth-of-type(2),
	.full-disp.frozen-footer-wrap .frozen-footer-img div:nth-of-type(4) {
		margin-top: 30px !important;
	}
	.full-disp.frozen-footer-wrap .frozen-footer-img div:nth-of-type(5) {
		margin-top: 50px !important;
	}
	.frozen-footer-wrap .frozen-footer-txt {
		top: 70px;
	}
	.frozen-footer-wrap .frozen-footer-txt + a {
		position: absolute;
		bottom: 40px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 90vw;
	}
	.frozen-footer-wrap .frozen-footer-txt + a img {
		width: 100%;
		max-width: 100%;
		margin: auto;
	}
}

@media only screen and (max-width: 599px) {
	.main {
		max-width: 90%;
	}
	.frozen .es-size75,
	.secret .es-size75,
	.frozen .es-size40,
	.secret02 .es-size60 {
		width: 100% !important;
	}
	.frozen-point {
		font-size: 18px;
		line-height: 26px;
		font-weight: 700;
		text-align: left;
		padding-top: 1.8em;
	}
	.frozen-point br {
		display: none;
	}
	img.sp-60 {
		max-width: 60px;
	}

	.secret-d h4 {
		font-size: 28px;
		line-height: 35px;
	}
	
	.frozen .es-size40 img {
		width: 9%;
	}
	.secret-d02 p {
		text-align: left;
	}
	.secret02 .es-size60 img {
		width: 26%;
		padding: 0 0.5em !important;
	}
		
	.full-disp.taiken {
		background-size: cover;
	}
}


/* ***************************** */
/* MR様向け寿司弁当               */
/* ***************************** */
.mv-mr {
	margin: -60px calc(-50vw + 50%) 70px !important;
	position: relative;
}
.mv-mr .txt {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #BB1D21;
	width: 100%;
	height: 113px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mv-mr .txt p {
	color: #fff;
	font-size: 32px;
	font-family: "Hiragino Mincho ProN", YuMincho, serif;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
}
.mr-about .mr-ttl {
	position: relative;
	z-index: 0;
}
.mr-about .mr-ttl::after {
	position: absolute;
	content: '' !important;
	background-image: url(/wp-content/themes/the-thor/img/maguro/mr01.png);
	background-repeat: no-repeat;
	background-size: contain;
	top: 35%;
	transform: translateY(-50%);
	right: 40px;
	width: 141px;
	height: 80px;
	z-index: 100;
}
.mr-about .column {
	padding: 50px;
}
.mr-about .column .column {
	padding: 0;
}
.mr-about .menu_block {
	width: 100%;
}
.mr-about .menu_block .menu_list {
	align-items: center;
	justify-content: start;
	font-size: 21px;
	font-weight: 600;
}
.mr-about .menu_block .menu_list .tax {
	font-size: 15px;
}
.mr-about .menu_block .menu_list + p {
	font-size: 15px;
}
.mv-fuki {
	margin-top: 10px;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	background-color: #F0E6DD;
	border-radius: 50px;
}
.mr-dtl p {
	font-size: 16px;
}
.mr-dtl .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media only screen and (min-width: 992px) {
	.mr-about .flex,
	.mr-store .flex {
		display: flex;
		justify-content: center;
	}
	.mr-about .flex a:first-child,
	.mr-store .flex a:first-child {
		margin-right: 40px;
	}
	.mr-about .flex a:last-child,
	.mr-store .flex a:last-child {
		margin-left: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.mv-mr {
		margin: -40px calc(-50vw + 50%) 50px !important;
		height: 460px;
	}
	.mv-mr .txt {
		bottom: 30px;
		height: 100px;
	}
	.mv-mr .txt p {
		font-size: 18px;
	}
	.mr-about .mr-ttl {
		margin-top: 50px;
	}
	.mr-about .mr-ttl::after {
		right: 0;
	}
	.mr-about .column {
		padding: 0 0 40px 0;
	}
	.mr-about .menu_block .menu_list {
		font-size: 16px;
		font-weight: 600;
	}
	.mr-about .menu_block .menu_list .tax {
		font-size: 10px;
	}
	.mr-about .menu_block .menu_list + p {
		font-size: 13px;
	}
	.mv-fuki {
		font-size: 13px;
	}
	.mr-dtl {
		margin-top: 60px;
	}
	.mr-dtl p {
		font-size: 13px;
	}
	.mr-about .flex,
	.mr-store .flex {
		text-align: center;
	}
	.mr-about .flex a,
	.mr-store .flex a {
		display: block;
		margin: 15px auto;
		height: 100%;
	}
	.mr-dtl .flex h3 {
		font-size: 16px;
	}
	.mr-dtl .flex p {
		font-size: 13px;
	}
	.mr-store {
		margin-top: 60px;
	}
}
@media screen and (min-width:560px) and (max-width: 991px) {
	.mr-about .flex,
	.mr-store .flex {
		display: flex;
		justify-content: center;
	}
	.mr-about .flex a:first-child,
	.mr-store .flex a:first-child {
		margin-right: 20px;
	}
	.mr-about .flex a:last-child,
	.mr-store .flex a:last-child {
		margin-left: 20px;
	}
	.partsH2-4 .mr-about h2 span {
		font-size: 11px;
	}
}
@media only screen and (max-width: 560px) {
	.mv-mr {
		height: 280px;
	}
	.mr-about h2 {
		display: flex;
		flex-direction: column;
		padding-right: 140px;
	}
	.mr-dtl h2 {
		display: flex;
		flex-direction: column;
	}
	.mr-dtl .flex {
		justify-content: center;
	}
	.mr-dtl .flex div:first-child,
	.mr-dtl .flex div:last-child {
		display: none;
	}
}