@charset "UTF-8";
/*【共通】*/
html {
    scroll-behavior: auto !important;
}
b, strong {
    font-weight: bold;
}

.youtube {
	max-width: 100%;
	width: 100%;
	display: flex;
	justify-content: center; /* 中央配置 */
	overflow: hidden; /* はみ出し防止 */
	margin-block-end: 3rem;
}

.youtube blockquote {
	width: 100% !important;
}

img {
	max-width: 100%;
	height: auto;
}
#ariakenori p {
  text-indent: 0 !important;
}
.display-pc {
	display: block;
}

.gNavi {
	display: block;
}
.gNavi .navToggle {
	display: block;
	cursor: pointer;
	z-index: 9999;
	text-align: center;
	background-color: #000000;
	border-radius: 50%;
	padding: 20px;
}
.gNavi .navToggle span {
	display: block;
	width: 32px;
	height: 4px;
	background-color: #fff;
	border-radius: 4px;
	transition: 0.2s ease-in-out;
}
.gNavi .navToggle span:nth-child(1) {
	margin-top: 0px;
}
.gNavi .navToggle span:nth-child(2) {
	margin-top: 8px;
}
.gNavi .navToggle span:nth-child(3) {
	margin-top: 8px;
}
.gNavi .active span:nth-child(1) {
	transform: rotate(-45deg) translate(-9px, 8px);
}
.gNavi .active span:nth-child(2) {
	opacity: 0;
}
.gNavi .active span:nth-child(3) {
	transform: rotate(45deg) translate(-8px, -8px);
}
.gNavi .globalMenu.active {
	transform: translateY(0%);
	opacity: 1;
}
.gNavi .globalMenu {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	padding: 1rem 0 0 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0.9);
	color: white;
	transform: translate(100%);
	transition: all 0.6s;
	width: 100%;
	opacity: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow-y: scroll;
}
.gNavi .globalMenu .sitemap {
	font-size: 1.35rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	row-gap: .5rem;
}
.gNavi .globalMenu .sitemap li {
	width: 100%;
	list-style: none;
}
.gNavi .globalMenu .sitemap li a {
	color: #fff;
	display: block;
	padding: 0.5rem 1rem;
	transition: 0.2s;
	text-decoration: none;
}
.gNavi .globalMenu .sitemap li a:hover {
	transform: scale(1.2);
}
.gNavi .globalMenu .sitemap li a::before {
	content: "";
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../img/nori/menu-icon.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-margin-end: 30px;
	margin-inline-end: 30px;
	vertical-align: middle;
}
.gNavi .globalMenu .sitemap li span {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2;
}

.on-click {
	display: none !important;
}

.ac-hide01 {
	display: none;
	transition: 0.5s;
}

.ac-hide02 {
	display: none;
	transition: 0.5s;
}

button.more01 {
	margin: 20px auto;
	display: block;
	background-color: none;
	color: #2d2d2d;
	border: none;
	transition: 0.5s;
	background: transparent;
	position: relative;
}

button.more01::after {
	content: "もっと読む";
	transition: 0.2s;
	font-size: 18px;
}

button.more01.on-click::after {
	content: "";
	font-size: 18px;
}

button.more01::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 50%;
	transform: translateX(50%);
	width: 30px;
	height: 30px;
	background-image: url(../img/nori/arrow-bottom.png);
	background-position: center;
	background-size: cover;
}

button.more01.on-click::before {
	content: "";
	position: absolute;
	bottom: 30px;
	right: 50%;
	transform: translateX(50%);
	width: 30px;
	height: 30px;
	background-image: inherit;
	background-position: center;
	background-size: cover;
}

button.more02 {
	margin: 20px auto;
	display: block;
	background-color: none;
	color: #2d2d2d;
	border: none;
	transition: 0.5s;
	background: transparent;
	position: relative;
}

button.more02::after {
	content: "もっと読む";
	transition: 0.2s;
	font-size: 18px;
}

button.more02.on-click::after {
	content: "";
	font-size: 18px;
}

button.more02::before {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -30px;
	right: 50%;
	transform: translateX(50%);
	width: 30px;
	height: 30px;
	background-image: url(../img/nori/arrow-bottom.png);
	background-position: center;
	background-size: cover;
}

button.more02.on-click::before {
	content: "";
	position: absolute;
	bottom: 30px;
	right: 50%;
	transform: translateX(50%);
	width: 30px;
	height: 30px;
	background-image: inherit;
	background-position: center;
	background-size: cover;
}

/* SPページ */
@media (max-width: 768px) {
	.pc-show {
		display: none;
	}
	p {
		font-size: 16px;
		line-height: 1.5;
	}
	h1 {
		font-size: 22px;
		line-height: 1.5;
	}
	h2 {
		font-family: serif;
		font-size: 22px;
		line-height: 1.5;
	}
	h3 {
		font-size: 22px;
		line-height: 1.5;
	}
	.display-pc {
		display: none;
	}
	.display-sp {
		display: block;
	}
	.hd_bg .hd {
		position: relative;
		display: -ms-grid;
		display: flex;
		align-items: center;
		height: 100px;
		padding: 20px;
	}
	.hd_bg .hd .hd_logo {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 60%;
	}
	.hd_bg .hd .hd_logo img {
		width: 100%;
		height: auto;
	}
	.hd_bg .hd .hd_nav {
		display: none;
	}
	.hd_bg .hd .hd_nav .hd_nav_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li {
		margin: 0 0 0 1.8em;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #392f2c;
		font-weight: 600;
		text-decoration: none;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li a:hover {
		text-decoration: underline;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li a::before,
	.hd_bg .hd .hd_nav .hd_nav_list li a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li a::before {
		left: -12px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #392f2c;
		border-right: 1px solid #392f2c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hd_bg .hd .hd_nav .hd_nav_list li:last-of-type {
		width: 28%;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li:last-of-type a {
		height: auto;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li:last-of-type a:hover {
		opacity: 0.8;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li:last-of-type a img {
		width: 100%;
		height: auto;
	}
	#ariakenori .reason-logo {
		max-width: 60px;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	#ariakenori header {
		position: fixed;
		z-index: 10;
		top: 56px;
		right: 0;
		margin: 0 auto;
		display: flex;
		justify-content: right;
		align-items: center;
		padding: 20px 10px;
	}
	#ariakenori header a .shadow {
		max-width: 60px;
	}
	#ariakenori .mainV {
		height: 80vh;
		background-image: url(../img/nori/mainV.jpg);
		background-position: center;
		background-size: cover;
		position: relative;
    top: 56px;
    margin-bottom: 56px;
	}
	#ariakenori .mainV .shadow {
		max-width: 100px;
		position: absolute;
		top: 0;
		left: 20px;
	}
	#ariakenori .mainV .copy {
		/*width: 100%;*/
		height: 80vh;
		padding: 0 20px;
		margin: 0 auto 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/* ▼▼▼▼▼▼▼▼▼250218編集箇所▼▼▼▼▼▼▼▼▼ */
	#ariakenori #event {
		background-color: #fff;
	}
	#ariakenori #event .container {
    box-sizing: border-box;
		width: 100%;
		padding: 40px 20px;
		position: relative;
	}
	#ariakenori #event .container .sec-ttl {
		font-family: serif;
		font-weight: bold;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
	#ariakenori #event .container .sec-ttl::before {
		content: "";
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
		width: 40px;
		height: 40px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
	}
	#ariakenori #event .container .event-note {
		margin-block-end: 30px;
	}
	#ariakenori #event .container .pr-year {
		font-family: serif;
		margin-block-end: 10px;
	}
	#ariakenori #event .container .post-list {
		display: flex;
		flex-flow: column;
		row-gap: 20px;
		margin-block-end: 30px;
	}
	#ariakenori #event .container .post-list .content a {
		width: 100%;
		transition: 0.2s;
	}
	#ariakenori #event .container .post-list .content a:hover {
		opacity: 0.6;
	}
	/* ▲▲▲▲▲▲▲▲▲▲250218編集箇所▲▲▲▲▲▲▲▲▲▲ */
	#ariakenori #section_01 {
		width: 100%;
		padding: 20px;
		position: relative;
		overflow: hidden;
    box-sizing: border-box;
	}
	#ariakenori #section_01 .container_01 {
		width: 100%;
	}
	#ariakenori #section_01 .container_01 h2 {
		color: #2d2d2d;
		font-weight: bold;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
	#ariakenori #section_01 .container_01 p {
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		-webkit-margin-end: 10%;
		margin-inline-end: 10%;
	}
	#ariakenori #section_01 .container_01 .name {
		text-align: right;
		font-size: 14px;
		line-height: 2;
		-webkit-margin-end: 20%;
		margin-inline-end: 20%;
	}
	#ariakenori #section_01 .container_01 img {
		width: 35%;
		max-width: 200px;
		position: absolute;
		bottom: 0;
		right: -40px;
		z-index: -10;
	}
	#ariakenori #section_02 {
		background-color: #b3dae9;
		padding: 40px 20px;
	}
	#ariakenori #section_02 h2 {
		font-weight: bold;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		display: flex;
		align-items: center;
	}
	#ariakenori #section_02 h2::before {
		content: "";
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 50px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ariakenori #section_02 .container_02 {
		width: 100%;
		display: flex;
		gap: 20px;
		align-items: center;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_02 .container_02 .content-recipe {
		width: 100%;
	}
	#ariakenori #section_02 .container_02 img {
		width: 30%;
	}
	#ariakenori #section_02 img {
		transition: 0.2s;
		width: 100%;
	}
	#ariakenori #section_02 img:hover {
		transform: scale(1.1);
	}
	#ariakenori #section_03 {
		background-color: #b3dae9;
	}
	#ariakenori #section_03 .container_03 {
    box-sizing: border-box;
		width: 100%;
		padding: 40px 20px;
	}
	#ariakenori #section_03 .container_03 .headline h2 {
		font-weight: bold;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		display: flex;
		align-items: center;
	}
	#ariakenori #section_03 .container_03 .headline h2::before {
		content: "";
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 50px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ariakenori #section_03 .container_03 .headline h3 {
		font-size: 22px;
		font-weight: bold;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_03 .container_03 .headline p {
		line-height: 1.5;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
	#ariakenori #section_03 .container_03 .headline p .name {
		font-size: 22px;
	}
	#ariakenori #section_03 .container_03 p {
		line-height: 2;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_03 .container_03 figure {
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_03 .container_03 figure img {
		-webkit-margin-after: 10px;
		margin-block-end: 10px;
	}
	#ariakenori #section_03 .container_03 figure figcaption {
		font-size: 14px;
		line-height: 2;
	}
	#ariakenori #section_03 .container_03 .past-reason {
		text-align: center;
	}
	#ariakenori #section_03 .container_03 .past-reason a {
		color: #fff;
		background-color: #231815;
		border-radius: 1rem;
		padding: 0.8rem 4rem;
		display: inline-block;
		-webkit-margin-before: 3rem;
		margin-block-start: 3rem;
		text-decoration: none;
		transition: 0.2s;
	}
	#ariakenori #section_03 .container_03 .past-reason a:hover {
		opacity: 0.6;
	}
	#ariakenori #section_04 {
		padding-bottom: 30px;
	}
	#ariakenori #section_04 .headline {
    box-sizing: border-box;
		width: 100%;
		padding: 30px 20px 0;
		margin: 0 auto;
	}
	#ariakenori #section_04 .headline h2 {
		font-weight: bold;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		display: flex;
		align-items: center;
	}
	#ariakenori #section_04 .headline h2::before {
		content: "";
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 50px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ariakenori #section_04 .movie {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	#ariakenori #section_04 .movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#ariakenori #section_05 {
    box-sizing: border-box;
		width: 100%;
		padding: 40px 20px 40px;
		background-color: #b3dae9;
	}
	#ariakenori #section_05 h2 {
		font-weight: bold;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		display: flex;
		align-items: center;
	}
	#ariakenori #section_05 h2::before {
		content: "";
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 50px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ariakenori #section_05 .content01 {
		display: flex;
		row-gap: 30px;
		flex-direction: column;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_05 .reason {
		text-align: center;
	}
	#ariakenori #section_05 .reason h3 {
		font-size: 18px;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
		font-weight: normal;
	}
	#ariakenori #section_05 .reason .reason-content {
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}
	#ariakenori #section_05 .reason .reason-content h4 {
		font-size: 22px;
		line-height: 2;
		padding-bottom: 20px;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		border-bottom: 1px dashed red;
	}
	#ariakenori #section_05 .reason .reason-content p {
		font-size: 18px;
	}
	#ariakenori #section_06 {
		background-color: #fff;
	}
	#ariakenori #section_06 .container_06 {
    box-sizing: border-box;
		width: 100%;
		padding: 40px 20px;
	}
	#ariakenori #section_06 .container_06 h2 {
		font-weight: bold;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		display: flex;
		align-items: center;
	}
	#ariakenori #section_06 .container_06 h2::before {
		content: "";
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 50px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ariakenori #section_06 .container_06 .link-list {
		text-align: right;
	}
	#ariakenori #section_06 .container_06 .link-list a {
		display: block;
		background-color: inherit;
	}
	#ariakenori #section_06 .container_06 .link-list a img {
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		transition: 0.2s;
	}
	#ariakenori #section_06 .container_06 .link-list a img:hover {
		opacity: 0.7;
	}
	#ariakenori #section_07 {
		width: 100%;
		padding: 40px 20px;
		background-color: #b3dae9;
	}
	#ariakenori #section_07 h2 {
		font-weight: bold;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		display: flex;
		align-items: center;
	}
	#ariakenori #section_07 h2::before {
		content: "";
		margin-right: 10px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 50px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: contain;
		background-repeat: no-repeat;
	}
	#ariakenori #section_07 .container {
    box-sizing: border-box;
		width: 100%;
		display: flex;
		flex-flow: column;
		row-gap: 20px;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_07 .container li {
		width: 100%;
		display: flex;
		flex-flow: column;
		padding: 20px;
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
		border-radius: 32px;
		gap: 16px;
		align-items: center;
		text-align: center;
		background-color: #fff;
	}
	#ariakenori #section_07 .container li span {
		font-size: 16px;
		font-weight: bold;
		line-height: 1.5;
	}
	#ariakenori #section_07 .container li p {
		font-size: 14px;
	}
	#ariakenori #section_07 .container li a {
		width: 70%;
		display: inline-block;
		text-align: center;
		border: 1px solid #2d2d2d;
		border-radius: 16px;
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding: 12px 16px;
		text-decoration: none;
		white-space: nowrap;
		color: #000000;
		transition: 0.2s;
	}
	#ariakenori #section_07 .container li a:hover {
		color: #fff;
		background: #000000;
	}
	#ariakenori #section_07 .pref-img {
		text-align: right;
	}
	#ariakenori footer {
		background-color: #231815;
		padding: 20px 0;
		text-align: center;
		color: #fff;
	}
	#ariakenori footer .footer-menu {
		padding: 10px 0;
		border-top: 1px solid #bdac9a;
		border-bottom: 1px solid #bdac9a;
		display: flex;
		justify-content: center;
		gap: 30px;
		-webkit-margin-after: 10px;
		margin-block-end: 10px;
	}
	#ariakenori footer .footer-menu li a {
		color: #fff;
		text-decoration: none;
	}
	#ariakenori footer p {
		font-size: 12px;
	}
  #ariakenori.sub #section_03 .container_03 {
    padding: 80px 40px;
  }
}

/* PCページ */

@media (min-width: 769px) {
	.sp-show {
		display: none;
	}
	p {
		font-size: 18px;
		line-height: 1.5;
	}
	h1 {
		font-size: 22px;
		line-height: 1.5;
	}
	h2 {
		font-size: 42px;
		font-family: serif;
		line-height: 1.5;
	}
	h3 {
		font-size: 22px;
		line-height: 1.5;
	}
	.display-pc {
		display: block;
	}
	.display-sp {
		display: none;
	}
	.hd_bg .hd {
		position: relative;
		display: -ms-grid;
		display: grid;
		place-items: center;
		max-width: 1100px;
		height: 80px;
		margin: 0 auto;
	}
	.hd_bg .hd .hd_logo {
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 336px;
	}
	.hd_bg .hd .hd_logo img {
		width: 100%;
		height: auto;
	}
	.hd_bg .hd .hd_nav {
		position: absolute;
		top: 50%;
		right: 0;
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
	.hd_bg .hd .hd_nav .hd_nav_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li {
		margin: 0 0 0 1.8em;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li a {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		color: #392f2c;
		font-weight: 600;
		text-decoration: none;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li a:hover {
		text-decoration: underline;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li a::before,
	.hd_bg .hd .hd_nav .hd_nav_list li a::after {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		content: "";
		vertical-align: middle;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li a::before {
		left: -12px;
		width: 4px;
		height: 4px;
		border-top: 1px solid #392f2c;
		border-right: 1px solid #392f2c;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.hd_bg .hd .hd_nav .hd_nav_list li:last-of-type {
		width: 28%;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li:last-of-type a {
		height: auto;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li:last-of-type a:hover {
		opacity: 0.8;
	}
	.hd_bg .hd .hd_nav .hd_nav_list li:last-of-type a img {
		width: 100%;
		height: auto;
	}
	#ariakenori .reason-logo {
		max-width: 160px;
		position: absolute;
		top: 0;
		left: 40px;
	}
	#ariakenori header {
		position: fixed;
		z-index: 9999;
		top: 155px;
		right: 0;
		margin: 0 auto;
		display: flex;
		justify-content: right;
		align-items: center;
		padding: 6px 40px;
	}
	#ariakenori .mainV {
		height: 90vh;
		background-image: url(../img/nori/mainV.jpg);
		background-position: center;
		background-size: cover;
		position: relative;
	}
	#ariakenori .mainV .shadow {
		max-width: 160px;
		position: absolute;
		top: 0;
		left: 40px;
	}
	#ariakenori .mainV .copy {
		width: 100%;
		height: 90vh;
		max-width: 1060px;
		padding: 0 40px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	/* ===============250218編集箇所=============== */
	#ariakenori #event {
		background-color: #fff;
	}
	#ariakenori #event .container {
    box-sizing: border-box;
		width: 100%;
		max-width: 1060px;
		padding: 80px 40px;
		margin: 0 auto;
		position: relative;
	}
	#ariakenori #event .container .sec-ttl {
		font-family: serif;
		font-weight: bold;
		-webkit-margin-after: 60px;
		margin-block-end: 60px;
	}
	#ariakenori #event .container .sec-ttl::before {
		content: "";
		margin-right: 20px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 70px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
	}
	#ariakenori #event .container .event-note {
		margin-block-end: 60px;
	}
	#ariakenori #event .container .pr-year {
		font-family: serif;
		margin-block-end: 10px;
	}
	#ariakenori #event .container .post-list {
		display: flex;
		gap: 40px;
		flex-flow: wrap;
		margin-block-end: 30px;
	}
	#ariakenori #event .container .post-list .content {
		width: calc((100% - 80px) / 3);
	}
	#ariakenori #event .container .post-list .content a {
		width: 100%;
		transition: 0.2s;
	}
	#ariakenori #event .container .post-list .content a:hover {
		opacity: 0.6;
	}

	/* ===============250218編集箇所=============== */
	#ariakenori #section_01 {
    box-sizing: border-box;
		width: 100%;
		max-width: 1060px;
		padding: 80px 40px 20px;
		margin: 0 auto;
		position: relative;
	}
	#ariakenori #section_01 .container_01 {
		width: 80%;
	}
	#ariakenori #section_01 .container_01 h2 {
		color: #2d2d2d;
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}
	#ariakenori #section_01 .container_01 p {
		line-height: 2;
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}
	#ariakenori #section_01 .container_01 .name {
		text-align: right;
		font-size: 16px;
		line-height: 2;
	}
	#ariakenori #section_01 .container_01 img {
		width: 20%;
		position: absolute;
		bottom: 0;
		right: 0%;
	}
	#ariakenori #section_02 {
		background-color: #b3dae9;
		padding: 80px 0;
	}
	#ariakenori #section_02 .container_02 {
		width: 100%;
		padding: 0 40px;
		max-width: 1060px;
		margin: 0 auto;
		display: flex;
		gap: 40px;
		align-items: center;
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}
	#ariakenori #section_02 .container_02 .content-recipe {
		width: 70%;
	}
	#ariakenori #section_02 .container_02 .content-recipe h2 {
		font-weight: bold;
		-webkit-margin-after: 60px;
		margin-block-end: 60px;
	}
	#ariakenori #section_02 .container_02 .content-recipe h2::before {
		content: "";
		margin-right: 20px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 70px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
	}
	#ariakenori #section_02 .container_02 .content-recipe p {
		-webkit-margin-after: 60px;
		margin-block-end: 60px;
	}
	#ariakenori #section_02 .container_02 .content-recipe img {
		width: 70%;
	}
	#ariakenori #section_02 .container_02 img {
		width: 30%;
	}
	#ariakenori #section_02 .recipe-link {
		width: 100%;
		max-width: 1060px;
		padding: 0 40px;
		margin: 0 auto;
	}
	#ariakenori #section_02 .recipe-link img {
		transition: 0.2s;
		width: 60%;
	}
	#ariakenori #section_02 .recipe-link img:hover {
		transform: scale(1.1);
	}
	#ariakenori #section_03 {
		background-color: #b3dae9;
	}
	#ariakenori #section_03 .container_03 {
    box-sizing: border-box;
		width: 100%;
		max-width: 1060px;
		padding: 80px 40px;
		margin: 0 auto;
	}
	#ariakenori #section_03 .container_03 .headline h2 {
		font-weight: bold;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
		display: flex;
		align-items: center;
	}
	#ariakenori #section_03 .container_03 .headline h2::before {
		content: "";
		margin-right: 20px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 70px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
	}
	#ariakenori #section_03 .container_03 .headline h3 {
		font-size: 32px;
		font-weight: bold;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_03 .container_03 .headline p {
		line-height: 1.5;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
	#ariakenori #section_03 .container_03 .headline p .name {
		font-size: 22px;
	}
	#ariakenori #section_03 .container_03 p {
		line-height: 2;
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_03 .container_03 figure {
		-webkit-margin-after: 30px;
		margin-block-end: 30px;
	}
	#ariakenori #section_03 .container_03 figure img {
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
	#ariakenori #section_03 .container_03 figure figcaption {
		font-size: 14px;
		line-height: 1.5;
	}
	#ariakenori #section_03 .container_03 .past-reason {
		text-align: center;
	}
	#ariakenori #section_03 .container_03 .past-reason a {
		color: #fff;
		background-color: #231815;
		border-radius: 1rem;
		padding: 0.8rem 4rem;
		display: inline-block;
		-webkit-margin-before: 3rem;
		margin-block-start: 3rem;
		text-decoration: none;
		transition: 0.2s;
	}
	#ariakenori #section_03 .container_03 .past-reason a:hover {
		opacity: 0.6;
	}
	#ariakenori #section_04 {
		padding: 80px 0;
	}
	#ariakenori #section_04 .headline {
    box-sizing: border-box;
		width: 100%;
		max-width: 1060px;
		padding: 0 40px;
		margin: 0 auto;
	}
	#ariakenori #section_04 .headline h2 {
		font-weight: bold;
		-webkit-margin-after: 80px;
		margin-block-end: 80px;
		display: flex;
		align-items: center;
	}
	#ariakenori #section_04 .headline h2::before {
		content: "";
		margin-right: 20px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 70px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
	}
	#ariakenori #section_04 .movie {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
	#ariakenori #section_04 .movie iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#ariakenori #section_05 {
		width: 100%;
		padding: 80px 0;
		background-color: #b3dae9;
	}
	#ariakenori #section_05 .container {
		width: 100%;
		max-width: 1060px;
		margin: 0 auto;
	}

	#ariakenori #section_05 h2 {
		font-weight: bold;
		-webkit-margin-after: 80px;
		margin-block-end: 80px;
	}
	#ariakenori #section_05 h2::before {
		content: "";
		margin-right: 20px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 70px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
	}
	#ariakenori #section_05 .content01 {
		display: flex;
		gap: 40px;
		align-items: center;
		-webkit-margin-after: 60px;
		margin-block-end: 60px;
	}
	#ariakenori #section_05 .content01 img {
		max-width: 50%;
	}
	#ariakenori #section_05 .content01 p {
		max-width: 50%;
	}
	#ariakenori #section_05 .reason {
		text-align: center;
	}
	#ariakenori #section_05 .reason h3 {
		font-size: 22px;
		-webkit-margin-after: 60px;
		margin-block-end: 60px;
		font-weight: normal;
	}
	#ariakenori #section_05 .reason .reason-content {
		-webkit-margin-after: 60px;
		margin-block-end: 60px;
	}
	#ariakenori #section_05 .reason .reason-content h4 {
		font-size: 32px;
		padding-bottom: 20px;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
		border-bottom: 1px dashed red;
	}
	#ariakenori #section_06 {
		background-color: #fff;
	}
	#ariakenori #section_06 .container_06 {
		width: 100%;
		max-width: 1060px;
		padding: 80px 40px;
		margin: 0 auto;
	}
	#ariakenori #section_06 .container_06 h2 {
		font-weight: bold;
		-webkit-margin-after: 80px;
		margin-block-end: 80px;
	}
	#ariakenori #section_06 .container_06 h2::before {
		content: "";
		margin-right: 20px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 70px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
	}
	#ariakenori #section_06 .container_06 .link-list {
		text-align: right;
	}
	#ariakenori #section_06 .container_06 .link-list a {
		display: block;
		background-color: inherit;
	}
	#ariakenori #section_06 .container_06 .link-list a img {
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
		transition: 0.2s;
	}
	#ariakenori #section_06 .container_06 .link-list a img:hover {
		opacity: 0.7;
	}
	#ariakenori #section_07 {
		width: 100%;
		padding-bottom: 80px;
		background-color: #b3dae9;
	}
	#ariakenori #section_07 .container {
		width: 100%;
		max-width: 1060px;
		padding: 80px 40px;
		margin: 0 auto;
	}
	#ariakenori #section_07 h2 {
		font-weight: bold;
		-webkit-margin-after: 80px;
		margin-block-end: 80px;
	}
	#ariakenori #section_07 h2::before {
		content: "";
		margin-right: 20px;
		vertical-align: middle;
		display: inline-block;
		width: 70px;
		height: 70px;
		background-image: url(../img/nori/nori-ph.png);
		background-position: center;
		background-size: cover;
	}
	#ariakenori #section_07 .container {
		width: 100%;
		display: flex;
		flex-flow: column;
		row-gap: 20px;
		-webkit-margin-after: 40px;
		margin-block-end: 40px;
	}
	#ariakenori #section_07 .container li {
		width: 100%;
		display: flex;
		padding: 24px 32px;
		box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
		border-radius: 32px;
		gap: 20px;
		align-items: center;
		background-color: #fff;
	}
	#ariakenori #section_07 .container li span {
		width: 20%;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.5;
	}
	#ariakenori #section_07 .container li p {
		width: 60%;
		font-size: 16px;
	}
	#ariakenori #section_07 .container li a {
		width: 20%;
		display: inline-block;
		text-align: center;
		border: 1px solid #2d2d2d;
		border-radius: 16px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 0.1em;
		padding: 12px 16px;
		text-decoration: none;
		white-space: nowrap;
		color: #000000;
		transition: 0.2s;
	}
	#ariakenori #section_07 .container li a:hover {
		color: #fff;
		background: #000000;
	}
	#ariakenori #section_07 .pref-img {
		text-align: right;
		max-width: 1060px;
		padding: 0 4rem;
		margin: 0 auto;
	}
	#ariakenori footer {
		background-color: #231815;
		padding: 40px 0;
		text-align: center;
		color: #fff;
	}
	#ariakenori footer .footer-menu {
		padding: 30px 0;
		border-top: 1px solid #bdac9a;
		border-bottom: 1px solid #bdac9a;
		display: flex;
		justify-content: center;
		gap: 30px;
		-webkit-margin-after: 20px;
		margin-block-end: 20px;
	}
	#ariakenori footer .footer-menu li a {
		color: #fff;
		text-decoration: none;
	}
	#ariakenori footer p {
		font-size: 14px;
	}
  #ariakenori.sub #section_03 .container_03 {
    padding: 0 40px 80px 40px;
  }
}