@charset "UTF-8";
@media only screen and (max-width: 768px) {
	.only-pc {
		display: none;
	}
}

@media only screen and (min-width: 769px) {
	.only-sp {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	#sp_head {
		right: 0;
	}
}

@media only screen and (min-width: 769px) {
	body {
		min-width: 1200px;
	}
}

body #container {
	width: 100%;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-feature-settings: "palt";
	line-height: 1.9;
	position: relative;
	opacity: 0;
	transition: opacity 0.15s linear;
}

@media only screen and (min-width: 769px) {
	body #container {
		font-size: 16px;
	}
}

body #container *,
body #container *::before,
body #container *::after {
	box-sizing: border-box;
}

body #container.loaded {
	opacity: 1;
}

body #container h2 {
	padding: 0;
}

body #container .nunito-font {
	font-family: 'Nunito', sans-serif;
}

body .inner-wrap {
	margin: auto;
}

@media only screen and (min-width: 769px) {
	body .inner-wrap {
		width: 1000px;
	}
}

@media only screen and (max-width: 768px) {
	body .inner-wrap {
		width: 92vw;
	}
}

body .round-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	border-radius: 1000px;
	border: #111 solid;
	background-color: #f39914;
	color: #fff;
	transition: all 0.2s linear;
	font-weight: 500;
}

@media only screen and (min-width: 769px) {
	body .round-btn {
		width: 560px;
		height: 80px;
		font-size: 20px;
		border-width: 2px;
		letter-spacing: 0.04em;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn {
		width: 81.33333vw;
		height: 14.66667vw;
		font-size: 3.73333vw;
		border-width: 0.53333vw;
		line-height: 1.5;
	}
}

body .round-btn__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.2s linear;
}

@media only screen and (min-width: 769px) {
	body .round-btn__icon {
		width: 40px;
		height: 40px;
		right: 15px;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn__icon {
		width: 8vw;
		height: 8vw;
		right: 3.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	body .round-btn__icon--modal-close {
		width: 30px;
		height: 30px;
		right: 15px;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn__icon--modal-close {
		width: 6.66667vw;
		height: 6.66667vw;
		right: 3.33333vw;
	}
}

body .round-btn__icon--modal-close .svg-icon {
	display: block;
}

@media only screen and (min-width: 769px) {
	body .round-btn__icon--modal-close .svg-icon--close {
		width: 12px;
		height: 12px;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn__icon--modal-close .svg-icon--close {
		width: 2.66667vw;
		height: 2.66667vw;
	}
}

body .round-btn__icon--modal-close .svg-icon--close .svg-icon__target {
	stroke: #111;
}

@media only screen and (min-width: 769px) {
	body .round-btn__icon--modal-close .svg-icon--close .svg-icon__target {
		stroke-width: 2px;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn__icon--modal-close .svg-icon--close .svg-icon__target {
		stroke-width: 0.53333vw;
	}
}

body .round-btn__icon .svg-icon {
	display: block;
}

@media only screen and (min-width: 769px) {
	body .round-btn__icon .svg-icon--arrow {
		width: 15px;
		height: 12px;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn__icon .svg-icon--arrow {
		width: 4vw;
		height: 3.2vw;
	}
}

@media only screen and (min-width: 769px) {
	body .round-btn__icon .svg-icon--blank {
		width: 15px;
		height: 15px;
		margin-left: 2px;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn__icon .svg-icon--blank {
		width: 4vw;
		height: 4vw;
		margin-left: 0.53333vw;
	}
}

body .round-btn__icon .svg-icon__target {
	fill: #111;
	transition: all 0.2s linear;
}

@media only screen and (min-width: 769px) {
	body .round-btn__icon-play {
		width: 40px;
		height: 28px;
		transition: all 0.2s linear;
		margin-right: 15px;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn__icon-play {
		width: 8vw;
		height: 5.6vw;
		margin-right: 3.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	body .round-btn__icon-play .svg-icon {
		background-color: #f39914;
		border-radius: 4px;
	}
}

@media only screen and (max-width: 768px) {
	body .round-btn__icon-play .svg-icon--play {
		width: 8vw;
		height: 5.6vw;
	}
}

body .round-btn:hover {
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
	body .round-btn:hover {
		background-color: #fff;
		color: #111;
	}
}

@media only screen and (min-width: 769px) {
	body .round-btn:hover .round-btn__icon {
		background-color: #f39914;
	}
}

@media only screen and (min-width: 769px) {
	body .round-btn:hover .round-btn__icon .svg-icon__target {
		fill: #fff;
	}
}

@media only screen and (min-width: 769px) {
	body .round-btn:hover .round-btn__icon--modal-close .svg-icon__target {
		stroke: #fff;
	}
}

body a:active {
	outline: none;
}

body a:focus {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	body a:hover {
		text-decoration: none !important;
	}
}

body a.has-decoration {
	text-decoration: none;
	color: #111;
	align-items: center;
	border-bottom: 1px solid #111;
	line-height: 1.1;
}

body a.has-decoration:hover {
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
	body a.has-decoration img {
		width: 11px;
		height: 11px;
		margin-left: 0.2em;
		margin-bottom: 0.5em;
	}
}

@media only screen and (max-width: 768px) {
	body a.has-decoration img {
		width: 2.66667vw;
		height: 2.66667vw;
		margin-left: 0.3em;
		margin-bottom: 0.6em;
	}
}

body .kome-text {
	text-indent: -1em;
	padding-left: 1em;
}

body .has-underline {
	position: relative;
	font-weight: 700;
	z-index: 1;
}

body .has-underline::after {
	content: '';
	width: 100%;
	position: absolute;
	display: block;
	background-color: #f39914;
	z-index: -1;
	left: 0;
}

@media only screen and (min-width: 769px) {
	body .has-underline::after {
		height: 4px;
		bottom: 2px;
	}
}

@media only screen and (max-width: 768px) {
	body .has-underline::after {
		height: 1.33333vw;
		bottom: 0.4vw;
	}
}

body footer {
	margin-top: 0;
}

/*************
スマホメニュー
**************/
@media only screen and (max-width: 768px) {
	body .sp-nav-bg {
		animation-name: sp-nav-bg-hide;
		animation-duration: 0.2s;
		animation-timing-function: linear;
		opacity: 0;
	}
	@keyframes sp-nav-bg-hide {
		0% {
			display: block;
			opacity: 1;
		}
		99% {
			display: block;
			opacity: 0;
		}
		100% {
			display: none;
			opacity: 0;
		}
	}
}

@media only screen and (max-width: 768px) {
	body .local-nav__nav-wrap {
		animation-name: sp-nav-slide-up;
		animation-duration: 0.2s;
		animation-timing-function: linear;
		transform: translateY(-100%);
		opacity: 0;
	}
	@keyframes sp-nav-slide-up {
		0% {
			transform: translateY(0%);
			opacity: 1;
		}
		99% {
			transform: translateY(-100%);
			opacity: 1;
		}
		100% {
			transform: translateY(-100%);
			opacity: 0;
		}
	}
}

body .local-nav__sp-menu a {
	background-color: #f39914;
	background-image: url("/syohin/pot_kettle/mimamori/img/common/sp-menu-open.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 21.6vw auto;
	transition: background-color 0.2s linear;
}

@media only screen and (max-width: 768px) {
	body.sp-navi-active {
		overflow: hidden;
	}
	body.sp-navi-active .sp-nav-bg {
		animation-name: sp-nav-bg-show;
		animation-duration: 0.2s;
		animation-timing-function: linear;
		opacity: 1;
		display: block;
	}
	@keyframes sp-nav-bg-show {
		0% {
			display: none;
			opacity: 0;
		}
		1% {
			display: block;
			opacity: 0;
		}
		100% {
			display: block;
			opacity: 1;
		}
	}
	body.sp-navi-active .local-nav__nav-wrap {
		animation-name: sp-nav-slide-down;
		animation-duration: 0.2s;
		animation-timing-function: linear;
		transform: translateY(1%);
		opacity: 1;
	}
	@keyframes sp-nav-slide-down {
		0% {
			transform: translateY(-100%);
			opacity: 0;
		}
		1% {
			transform: translateY(-100%);
			opacity: 1;
		}
		100% {
			opacity: 1;
			transform: translateY(0%);
		}
	}
	body.sp-navi-active .local-nav__sp-menu a {
		background-color: #000;
		background-image: url("/syohin/pot_kettle/mimamori/img/common/sp-menu-close.png");
		background-size: 21.73333vw auto;
	}
}

/*************
スクロールイン時のフェードイン
**************/
body .scroll-in {
	opacity: 0;
	transform: translateY(30px);
	transition-property: opacity transform;
	transition-duration: 0.4s;
	transition-timing-function: linear;
}

body .scroll-in.appeared {
	opacity: 1;
	transform: translateY(0);
}

.local-nav {
	position: sticky;
	background-color: #fff;
	transition: top 0.4s;
}

@media only screen and (min-width: 769px) {
	.local-nav {
		top: 110px;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav {
		top: calc(120 * 100vw / 768);
	}
}

.local-nav.is-header-hidden {
	top: 0;
}

.local-nav .nav-inner-wrap {
	display: flex;
}

@media only screen and (min-width: 769px) {
	.local-nav .nav-inner-wrap {
		padding: 10px 10px 10px 15px;
		max-width: 1200px;
		margin: auto;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav .nav-inner-wrap {
		padding: 0;
		height: 13.33333vw;
	}
}

.local-nav__logo {
	padding: 0;
	margin: 0 auto 0 0;
	line-height: 0;
	display: flex;
	align-items: center;
	background-color: #fff;
}

@media only screen and (min-width: 769px) {
	.local-nav__logo {
		flex: 0 0 210px;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__logo {
		border-top: 4px solid #f39914;
		flex: 0 0 55%;
		padding-left: 2.66667vw;
	}
}

.local-nav__logo img {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.local-nav__logo img {
		width: 210px;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__logo img {
		width: 50.13333vw;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav__nav-wrap {
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__nav-wrap {
		position: absolute;
		top: 12.26667vw;
		left: 0;
		right: 0;
		background-color: #fff;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav__links {
		display: flex;
		align-items: center;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__links--text {
		border-top: 0.66667vw solid #ddd;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav__links--button {
		margin-left: 5px;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__links--button {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 2.66667vw;
	}
}

.local-nav__item {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.local-nav__item--text {
		height: 1em;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__item--text {
		height: 13.33333vw;
		padding: 0 4vw;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__item--text:first-child {
		border-bottom: 0.26667vw solid #ddd;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav__item--text:not(:first-child) {
		border-left: 1px solid #ddd;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__item--text:not(:first-child) {
		border-bottom: 0.26667vw solid #ddd;
	}
}

.local-nav__item--text a {
	color: #111;
}

@media only screen and (min-width: 769px) {
	.local-nav__item--text a {
		font-size: 16px;
		padding: 0 2px;
		line-height: 1.6;
		transition: all 0.2s linear;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__item--text a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 4.8vw;
		width: 100%;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav__item--text a.is-current {
		background-image: linear-gradient(to right, #f39914 60%, rgba(255, 255, 255, 0) 0%);
		background-position: left 0 bottom 0;
		background-repeat: repeat-x;
		background-size: 10px 2px;
	}
}

.local-nav__item--text a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
	.local-nav__item--text a:hover {
		color: #f39914;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav__item--button:not(:first-child) {
		margin-left: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__item--button:nth-child(1) {
		flex: 0 0 94.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__item--button:nth-child(2), .local-nav__item--button:nth-child(3) {
		flex: 0 0 46vw;
		margin-top: 2.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__sp-menu {
		flex: 0 0 45%;
		background-color: #fff;
		border-top: 4px solid #f39914;
		padding-right: 2.66667vw;
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__sp-menu a {
		display: block;
		width: 32vw;
		height: 8.8vw;
		border-radius: 1000px;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__link-icon {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 8vw;
		height: 8vw;
		border-radius: 100%;
		background-color: #f39914;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav__link-icon .svg-icon__target {
		fill: #fff;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav .round-btn {
		font-size: 14px;
		height: 30px;
		padding: 0 15px;
		border-width: 1px;
		width: auto;
	}
}

@media only screen and (max-width: 768px) {
	.local-nav .round-btn {
		font-size: 4.8vw;
		height: 13.33333vw;
		border-width: 0.53333vw;
		width: 100%;
		justify-content: flex-start;
		padding-left: 8vw;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav .round-btn__icon {
		display: inline;
		border-radius: unset;
		background-color: unset;
		transition: unset;
		position: relative;
		margin-left: 0.2em;
		width: auto;
		height: auto;
		right: auto;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav .round-btn .svg-icon {
		display: block;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav .round-btn .svg-icon--arrow {
		width: 11px;
		height: 9px;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav .round-btn .svg-icon--blank {
		width: 11px;
		height: 11px;
		margin-left: 2px;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav .round-btn .svg-icon__target {
		fill: #fff;
		transition: all 0.2s linear;
	}
}

.local-nav .round-btn:hover {
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
	.local-nav .round-btn:hover {
		background-color: #fff;
		color: #111;
	}
}

@media only screen and (min-width: 769px) {
	.local-nav .round-btn:hover .round-btn__icon {
		background-color: unset;
	}
}

.local-nav .round-btn:hover .round-btn__icon .svg-icon__target {
	fill: #f39914;
}

@media only screen and (max-width: 768px) {
	.sp-nav-bg {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.5);
		display: none;
	}
}

.local-nav {
	z-index: 900;
}

.local-nav__logo {
	z-index: 950;
}

.local-nav__nav-wrap {
	z-index: 900;
}

.local-nav__sp-menu {
	z-index: 950;
}

.sp-nav-bg {
	z-index: 850;
}

.sec-contact {
	position: relative;
	background-position: center bottom 0, center;
	background-repeat: no-repeat;
	overflow: hidden;
}

@media only screen and (min-width: 769px) {
	.sec-contact {
		background-image: url("/syohin/pot_kettle/mimamori/share/img/sec-contact/bg-orange-wave.png"), radial-gradient(circle at center, #fdeed8 0px, #fce5c0 330px, #f9c998 660px, #f9c998 100%);
		background-size: 100% 102px, auto;
		padding: 100px 0 28px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact {
		background-image: url("/syohin/pot_kettle/mimamori/share/img/sec-contact/bg-sp.png"), radial-gradient(circle at center, #fdeed8 0px, #fce5c0 330px, #f9c998 660px, #f9c998 100%);
		background-size: 100% auto, auto;
		padding: 13.33333vw 0;
	}
}

.sec-contact::before {
	content: '';
	display: block;
	position: absolute;
	background-size: 100% 100%;
	width: 100%;
	transform: scale(-1, -1);
}

@media only screen and (min-width: 769px) {
	.sec-contact::before {
		top: -1px;
		background-image: url("/syohin/pot_kettle/mimamori/share/img/common/bg-white-wave.png");
		height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact::before {
		top: -0.13333vw;
		background-image: url("/syohin/pot_kettle/mimamori/share/img/common/bg-white-wave-sp.png");
		height: 4.13333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact .inner-wrap {
		display: flex;
		justify-content: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact__phone-wrap {
		flex: 0 0 440px;
		margin-right: 170px;
	}
}

.sec-contact__phone-body {
	background-color: #fff;
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-contact__phone-body {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		border-radius: 20px;
		height: 180px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__phone-body {
		padding: 6.66667vw 0;
		border-radius: 2.66667vw;
	}
}

.sec-contact__phone-body::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url("/syohin/pot_kettle/mimamori/share/img/sec-contact/operator.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top 0px center;
}

@media only screen and (min-width: 769px) {
	.sec-contact__phone-body::after {
		width: 178px;
		height: 208px;
		right: -135px;
		bottom: -100px;
	}
}

.sec-contact__phone-text {
	text-align: center;
	line-height: 1.4;
	font-weight: 500;
}

@media only screen and (min-width: 769px) {
	.sec-contact__phone-text {
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__phone-text {
		font-size: 4.26667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact__phone-image {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__phone-link {
		display: block;
		margin: 5.33333vw auto 0;
		width: 81.33333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__phone-link img {
		width: 100%;
	}
}

.sec-contact__policy-link {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-contact__policy-link a {
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__policy-link a {
		margin-top: 4vw;
	}
}

.sec-contact__policy-link .has-decoration {
	border-bottom: 1px solid #111;
	transition: all 0.2s linear;
	line-height: 1.4;
}

@media only screen and (min-width: 769px) {
	.sec-contact__policy-link .has-decoration:hover {
		border-color: #f39914;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__button-wrap {
		margin-top: 6.66667vw;
	}
}

.sec-contact__button-wrap .round-btn {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-contact__note {
		font-size: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact__note {
		text-align: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact .round-btn {
		width: 390px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact .round-btn {
		width: 60vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact .round-btn__text {
		margin-left: -1.5em;
	}
}

@media only screen and (min-width: 769px) {
	.sec-contact .round-btn + .round-btn {
		margin-top: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-contact .round-btn + .round-btn {
		margin-top: 2.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-cv-btn {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-cv-btn {
		padding-bottom: 13.33333vw;
	}
}

.sec-cv-btn__banner {
	display: block;
	margin: auto;
	background-color: #f39914;
	color: #fff;
	background-image: url("/syohin/pot_kettle/mimamori/share/img/sec-cv-btn/daughter.png");
	background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
	.sec-cv-btn__banner {
		border-radius: 1000px;
		width: 900px;
		height: 160px;
		text-align: center;
		border: 2px solid #222;
		background-size: 97px;
		background-position: right 23px bottom -6px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-cv-btn__banner {
		border-radius: 16vw;
		width: 92vw;
		height: 81.33333vw;
		border: 0.53333vw solid #222;
		background-size: 22.8vw;
		background-position: right 7.73333vw top 5.6vw;
		padding: 4.26667vw 8.53333vw;
	}
}

.sec-cv-btn__banner .round-btn {
	background-color: #fff;
	border-color: #fff;
	color: #222;
}

@media only screen and (min-width: 769px) {
	.sec-cv-btn__banner .round-btn {
		font-size: 16px;
		width: 210px;
		height: 40px;
		margin: 10px auto auto;
		gap: 6px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-cv-btn__banner .round-btn {
		font-size: 3.73333vw;
		width: 50.66667vw;
		height: 9.33333vw;
		margin: 4.8vw auto auto;
		gap: 6px;
	}
}

.sec-cv-btn__banner .round-btn__icon {
	background-color: transparent;
	position: static;
	width: auto;
	height: auto;
	gap: 1.6vw;
}

.sec-cv-btn__banner:active, .sec-cv-btn__banner:focus {
	text-decoration: none;
	color: #fff;
}

.sec-cv-btn__banner:hover {
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-cv-btn__banner:hover {
		text-decoration: none;
		border: 2px solid #222;
	}
	.sec-cv-btn__banner:hover .round-btn {
		background-color: #f39914;
		border-color: #fff;
		color: #fff;
	}
	.sec-cv-btn__banner:hover .round-btn__icon .svg-icon__target {
		fill: #fff;
	}
}

.sec-cv-btn__copy {
	display: block;
}

.sec-cv-btn__copy img {
	display: block;
}

@media only screen and (min-width: 769px) {
	.sec-cv-btn__copy img {
		margin: 20px auto auto;
		width: 600px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-cv-btn__copy img {
		margin-top: 5.33333vw;
		width: 49.33333vw;
	}
}

.sec-cv-btn__note {
	display: block;
}

@media only screen and (min-width: 769px) {
	.sec-cv-btn__note {
		margin-top: 0.75em;
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-cv-btn__note {
		margin-top: 1.5em;
		line-height: 1.6em;
		text-align: center;
		font-size: 3.73333vw;
	}
}

.sec-application-btn {
	position: fixed;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	display: none;
	animation: hideBtn 0.2s linear;
}

@media only screen and (min-width: 769px) {
	.sec-application-btn {
		width: 110px;
		height: 110px;
		right: 20px;
		bottom: 80px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-application-btn {
		width: 82.66667vw;
		height: 16vw;
		right: 0;
		left: 0;
		bottom: 5.33333vw;
		margin: auto;
	}
}

.sec-application-btn.is-active {
	opacity: 1;
	visibility: visible;
	display: block;
	animation: showBtn 0.2s linear;
}

.sec-application-btn .application-btn {
	width: 100%;
	height: 100%;
}

@media only screen and (min-width: 769px) {
	.sec-application-btn .application-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		border: 2px solid #111;
		background-color: #f39914;
	}
}

@media only screen and (max-width: 768px) {
	.sec-application-btn .application-btn {
		display: block;
	}
}

@media only screen and (min-width: 769px) {
	.sec-application-btn .application-btn .btn-body {
		opacity: 1;
		transform: translateX(50%);
		transition: all 0.1s linear;
	}
	.sec-application-btn .application-btn .btn-body--hover {
		opacity: 0;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 768px) {
	.sec-application-btn .application-btn .btn-body img {
		width: 100%;
	}
}

@media only screen and (min-width: 769px) {
	.sec-application-btn .application-btn:hover {
		background-color: #fff;
	}
}

@media only screen and (min-width: 769px) {
	.sec-application-btn .application-btn:hover .btn-body {
		opacity: 0;
	}
}

@media only screen and (min-width: 769px) {
	.sec-application-btn .application-btn:hover .btn-body--hover {
		opacity: 1;
	}
}

.sec-application-btn__close {
	position: absolute;
	display: block;
	background-color: #fff;
	border-radius: 1000px;
	background-image: url("/syohin/pot_kettle/mimamori/share/img/common/icon-close.svg");
	background-position: center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
	.sec-application-btn__close {
		width: 23px;
		height: 23px;
		border: 2px solid #111;
		right: 5px;
		top: 5px;
		background-size: 9px;
		cursor: pointer;
	}
}

@media only screen and (max-width: 768px) {
	.sec-application-btn__close {
		width: 8.53333vw;
		height: 8.53333vw;
		border: 0.53333vw solid #111;
		right: -2.93333vw;
		top: -2.93333vw;
		background-size: 2.4vw;
	}
}

@keyframes showBtn {
	0% {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	1% {
		display: block;
	}
	100% {
		opacity: 1;
		visibility: visible;
	}
}

@keyframes hideBtn {
	0% {
		opacity: 1;
		visibility: visible;
		display: block;
	}
	99% {
		display: none;
	}
	100% {
		opacity: 0;
		visibility: hidden;
		display: none;
	}
}

.sec-kv {
	opacity: 0;
}

.sec-kv,
.sec-kv * {
	transition-property: all;
	transition-duration: 0.6s;
	transition-timing-function: linear;
}

.sec-kv__image {
	opacity: 0;
	transform: translateY(10%);
	transition-duration: 1s;
}

.sec-kv__copy-item {
	width: 0;
	transition-delay: 1s;
}

.sec-kv.is-visible {
	opacity: 1;
}

.sec-kv.is-visible .sec-kv__image {
	opacity: 1;
	transform: translateY(0);
}

@media only screen and (min-width: 769px) {
	.sec-kv.is-visible .sec-kv__copy-item {
		width: 314px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv.is-visible .sec-kv__copy-item {
		width: 53.06667vw;
	}
}

.sec-kv.is-visible .sec-kv__copy-item:nth-child(even) {
	transition-delay: 1.6s;
}

@keyframes indicator {
	0% {
		top: 0;
	}
	100% {
		top: 100%;
	}
}

.sec-kv__scroll-sign-inner {
	-webkit-animation: indicator 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
	animation: indicator 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite;
}

.sec-kv {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

@media only screen and (min-width: 769px) {
	.sec-kv {
		background-image: radial-gradient(circle at center, rgba(252, 229, 192, 0), #f9c998 660px, #f9c998 100%);
		padding: 80px 0 125px;
		display: flex;
		justify-content: center;
		background-size: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv {
		height: 123.46667vw;
		padding: calc(120 * 100vw / 768) 0 0;
		background-size: cover;
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-kv/bg-sp.png");
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv::before {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		bottom: 0;
		z-index: 0;
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-about/bg-white-wave.png");
		height: 78px;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv::after {
		content: "";
		display: block;
		position: absolute;
		width: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		z-index: 5;
		height: 239px;
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-kv/orange-wave.png");
		bottom: -90px;
	}
}

.sec-kv .inner-wrap {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-kv .inner-wrap {
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv__image {
		flex: 0 0 430px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__image {
		width: 80vw;
		margin: auto;
	}
}

.sec-kv__image img {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.sec-kv__copy {
		flex: 0 0 370px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__copy {
		width: 76vw !important;
		margin: 9.33333vw auto 0;
	}
}

.sec-kv__copy-item {
	overflow: hidden;
}

@media only screen and (min-width: 769px) {
	.sec-kv__copy-item:not(:first-child) {
		margin-top: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__copy-item:not(:first-child) {
		margin-top: 2.4vw;
	}
}

.sec-kv__copy-item img {
	display: block;
}

@media only screen and (min-width: 769px) {
	.sec-kv__copy-item img {
		width: 314px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__copy-item img {
		width: 53.06667vw;
	}
}

.sec-kv__scroll-sign {
	position: absolute;
	background: #f39914;
	overflow: hidden;
	z-index: 9999;
}

@media only screen and (min-width: 769px) {
	.sec-kv__scroll-sign {
		bottom: -140px;
		left: 40px;
		width: 2px;
		height: 120px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__scroll-sign {
		left: 3.6vw;
		bottom: -22.66667vw;
		width: 0.53333vw;
		height: 40vw;
	}
}

.sec-kv__scroll-sign-inner {
	position: absolute;
	background-color: #fff;
	left: 0;
	top: 0;
}

@media only screen and (min-width: 769px) {
	.sec-kv__scroll-sign-inner {
		width: 2px;
		height: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__scroll-sign-inner {
		width: 0.53333vw;
		height: 10.66667vw;
	}
}

.sec-kv-btn-wrap {
	padding-top: 75px;
}

@media only screen and (max-width: 768px) {
	.sec-kv-btn-wrap {
		padding-top: 0;
	}
}

.sec-kv-btn-wrap .sec-cv-btn__banner {
	padding-bottom: 0;
	position: relative;
	z-index: 1;
}

.sec-kv__news {
	z-index: 5;
	-ms-overflow-style: none;
	scrollbar-width: none;
	margin: auto;
	background-color: #fff;
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news {
		width: 800px;
		height: 100px;
		border: 1px solid #f39914;
		border-radius: 10px;
		top: 370px;
		z-index: 10;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news {
		width: 97.33333vw;
		border: 0.53333vw solid #f39914;
		border-radius: 1.33333vw;
		height: 10.66667vw;
		overflow: hidden;
		padding-right: 8vw;
		transition-duration: 0.2s;
		top: 2.66667vw;
		right: 0;
		left: 0;
	}
}

.sec-kv__news::-webkit-scrollbar {
	display: none;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-list {
		height: 100%;
		overflow-y: scroll;
		padding: 9px 35px 9px 18px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-list {
		padding: 2.93333vw 3.2vw;
	}
}

.sec-kv__news-list::-webkit-scrollbar {
	display: none;
}

.sec-kv__news-item {
	display: flex;
	align-items: center;
	overflow: hidden;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-item {
		gap: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-item {
		gap: 1.6vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-item:not(:first-child) {
		margin-top: 0.25em;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-item:not(:first-child) {
		margin-top: 0.5em;
	}
}

.sec-kv__news-date {
	white-space: nowrap;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-date {
		flex: 0 0 90px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-date {
		flex: 0 0 20vw;
		font-size: 2.66667vw;
	}
}

.sec-kv__news-type {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	background-color: #f39914;
	color: #fff;
	padding: 0.05em;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-type {
		flex: 0 0 96px;
		font-size: 12px;
		border-radius: 4px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-type {
		flex: 0 0 21.33333vw;
		font-size: 2.66667vw;
		border-radius: 0.53333vw;
	}
}

.sec-kv__news-type--important {
	background-color: #f25613;
}

.sec-kv__news-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-text {
		max-width: 540px;
		flex: 1 1 540px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-text {
		max-width: 37.33333vw;
		flex: 1 1 37.33333vw;
		font-size: 3.46667vw;
	}
}

.sec-kv__news-text a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 100%;
	position: relative;
}

.sec-kv__news-text a[target=_blank]::before {
	content: '';
	display: inline-block;
	background-image: url("/syohin/pot_kettle/mimamori/share/img/common/icon-blank.svg");
	background-size: contain;
	background-repeat: no-repeat;
	float: right;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-text a[target=_blank]::before {
		width: 12px;
		height: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-text a[target=_blank]::before {
		width: 4vw;
		height: 4vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 35px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		height: 100%;
		padding: 10px 0;
		gap: 4px;
	}
}

.sec-kv__news-nav-up, .sec-kv__news-nav-down {
	border-radius: 50%;
	border: none;
	display: flex;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-nav-up, .sec-kv__news-nav-down {
		cursor: pointer;
		flex: 0 0 18px;
		width: 18px;
		height: 18px;
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-news/icon-arrow.png");
		background-repeat: no-repeat;
		background-size: 100%;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-nav-down {
		transform: scale(-1);
	}
}

.sec-kv__news-nav-scrollbar-track {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-nav-scrollbar-track {
		width: 4px;
		background-color: #ffdba6;
		flex: 1 1 100%;
		border-radius: 1000px;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv__news-nav-scrollbar-thumb {
		position: absolute;
		transition-duration: 0s;
		width: 100%;
		background-color: #f39914;
		top: 0;
		border-radius: 1000px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-nav-toggle-btn {
		position: absolute;
		top: 2.13333vw;
		right: 2.13333vw;
		border: none;
		background-color: transparent;
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-news/icon-news-open.png");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		width: 6.4vw;
		height: 6.4vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__news-nav-toggle-btn.is-open {
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-news/icon-news-close.png");
	}
}

.sec-about {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-about {
		padding: 100px 0 120px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about {
		padding: 33.33333vw 0;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__title {
		width: 406px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__title {
		width: 68.66667vw;
		margin: 0;
		padding: 0;
	}
}

.sec-about__title img {
	width: 100%;
}

.sec-about__notice-for-btn {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-about__notice-for-btn {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__notice-for-btn {
		margin-top: 1.5em;
		font-size: 2.93333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__body {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row-reverse;
		justify-content: flex-end;
		font-size: 20px;
		font-weight: 500;
		letter-spacing: 0.06em;
		margin-top: 50px;
	}
	.sec-about__body .kome-text {
		font-size: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__body {
		margin-top: 10.66667vw;
		font-size: 4.26667vw;
	}
	.sec-about__body .kome-text {
		font-size: 12px;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__body-text-01 {
		flex: 0 0 calc(100% - 435px);
	}
}

.sec-about__body-text-01 p + p {
	margin-top: 1em;
}

@media only screen and (min-width: 769px) {
	.sec-about__body-text-02 {
		flex: 0 0 100%;
		text-align: center;
		margin-top: 70px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__body-text-02 {
		margin-top: 9.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__body-image-01 {
		flex: 0 0 380px;
		margin-top: 14px;
		margin-right: 55px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__body-image-01 {
		margin: 9.33333vw auto 0;
		width: 76vw;
	}
}

.sec-about__body-image-01 img {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.sec-about .round-btn {
		margin: 40px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about .round-btn {
		margin: 12vw auto 0;
	}
}

.sec-voices {
	position: relative;
	background-image: url("/syohin/pot_kettle/mimamori/img/sec-voices/bg-stripe.png");
}

@media only screen and (min-width: 769px) {
	.sec-voices {
		padding: 80px 0 100px;
		background-size: 6px 6px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices {
		padding: 12vw 0 20vw;
		background-size: 1.6vw 1.6vw;
	}
}

.sec-voices::before, .sec-voices::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	background-size: 100% 100%;
}

@media only screen and (min-width: 769px) {
	.sec-voices::before, .sec-voices::after {
		height: 81px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices::before, .sec-voices::after {
		height: 10.13333vw;
	}
}

.sec-voices::before {
	top: 0;
}

@media only screen and (min-width: 769px) {
	.sec-voices::before {
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-voices/bg-voices-01.png");
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices::before {
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-voices/bg-voices-01-sp.png");
	}
}

.sec-voices::after {
	bottom: 0;
}

@media only screen and (min-width: 769px) {
	.sec-voices::after {
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-voices/bg-voices-02.png");
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices::after {
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-voices/bg-voices-02-sp.png");
	}
}

.sec-voices__title {
	margin: auto;
	padding: 0;
}

@media only screen and (min-width: 769px) {
	.sec-voices__title {
		width: 352px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__title {
		width: 70.53333vw;
	}
}

.sec-voices__title img {
	width: 100%;
}

.sec-voices__body h3 {
	color: #fff;
	font-weight: 500;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-voices__body h3 {
		font-size: 24px;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__body h3 {
		margin-top: 6.66667vw;
		font-size: 4.8vw;
		line-height: 1.8;
		letter-spacing: 0.06em;
	}
}

@media only screen and (min-width: 769px) {
	.sec-voices__movie {
		width: 720px;
		margin: 50px auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__movie {
		width: 85.33333vw;
		margin: 6.66667vw auto;
	}
}

.sec-voices__movie video {
	width: 100%;
}

.sec-voices__movie-caution {
	color: #fff;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-voices__movie-caution {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__movie-caution {
		font-size: 2.93333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-voices__balloon-wrap {
		margin-top: 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__balloon-wrap {
		margin-top: 5.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-voices__balloon-wrap + h3 {
		margin-top: 70px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__balloon-wrap + h3 {
		margin-top: 10.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-voices__balloon-wrap--no-align-height {
		align-items: flex-start;
	}
}

.sec-voices__balloon {
	background-color: #fff;
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-voices__balloon {
		font-size: 16px;
		letter-spacing: 0.04em;
		flex: 0 0 480px;
		padding: 20px 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__balloon {
		font-size: 3.73333vw;
		letter-spacing: 0.04em;
		padding: 3.33333vw 4.66667vw;
		line-height: 1.6em;
	}
}

@media only screen and (min-width: 769px) {
	.sec-voices__balloon:nth-of-type(odd) {
		border-radius: 20px 20px 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__balloon:nth-of-type(odd) {
		border-radius: 3.33333vw 3.33333vw 3.33333vw 0;
	}
}

.sec-voices__balloon:nth-of-type(odd)::after {
	left: 0;
	transform: scaleX(-1);
}

@media only screen and (min-width: 769px) {
	.sec-voices__balloon:nth-of-type(even) {
		border-radius: 20px 20px 0 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__balloon:nth-of-type(even) {
		border-radius: 3.33333vw 3.33333vw 0 3.33333vw;
	}
}

.sec-voices__balloon:nth-of-type(even)::after {
	right: 0;
}

@media only screen and (min-width: 769px) {
	.sec-voices__balloon:nth-of-type(n + 3) {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__balloon:not(:first-child) {
		margin-top: 6.66667vw;
	}
}

.sec-voices__balloon::after {
	content: '';
	display: block;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url("/syohin/pot_kettle/mimamori/img/sec-voices/balloon-tail.png");
}

@media only screen and (min-width: 769px) {
	.sec-voices__balloon::after {
		width: 35px;
		height: 26px;
		bottom: -26px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-voices__balloon::after {
		width: 6.66667vw;
		height: 2.66667vw;
		bottom: -2.66667vw;
	}
}

.sec-steps {
	background-color: #fff9f1;
	background-repeat: no-repeat;
	background-size: contain, contain;
}

@media only screen and (min-width: 769px) {
	.sec-steps {
		padding: 120px 0;
		background-position: top 350px center, top;
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-steps/bg-orange-wave.png"), linear-gradient(to bottom, #fff9f1 0px, #fff3dd 450px, #ffebcc 100%);
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps {
		padding: 16vw 0 18.66667vw;
		background-position: top 34vw center;
		background-image: url("/syohin/pot_kettle/mimamori/img/sec-steps/bg-sp.png"), linear-gradient(to bottom, #fff9f1 0px, #fff9f1 12vw, #fff4e0 12vw, #ffebcc 100%);
	}
}

.sec-steps__title {
	margin: auto;
	padding: 0;
}

@media only screen and (min-width: 769px) {
	.sec-steps__title {
		width: 264px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__title {
		width: 53.33333vw;
	}
}

.sec-steps__title img {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.sec-steps__list {
		margin-top: 80px;
		display: flex;
		justify-content: space-between;
		padding: 0 10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__list {
		margin: 17.33333vw auto 0;
		width: 81.33333vw;
	}
}

.sec-steps__item {
	background-color: #fff;
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-steps__item {
		flex: 0 0 215px;
		border-radius: 20px;
		padding: 30px 25px 15px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__item {
		border-radius: 2.66667vw;
		padding: 5.33333vw;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__item:not(:first-child) {
		margin-top: 8vw;
	}
}

.sec-steps__item:not(:first-child)::before {
	content: '';
	display: block;
	position: absolute;
	background-image: url("/syohin/pot_kettle/mimamori/img/sec-steps/arrow.svg");
	background-repeat: no-repeat;
	background-size: contain;
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.sec-steps__item:not(:first-child)::before {
		width: 10px;
		height: 18px;
		left: -24px;
		top: 0;
		bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__item:not(:first-child)::before {
		width: 2.66667vw;
		height: 4.8vw;
		transform: rotate(90deg);
		top: -6.4vw;
		left: 0;
		right: 0;
	}
}

.sec-steps__index {
	position: absolute;
	border-radius: 1000px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #111;
}

@media only screen and (min-width: 769px) {
	.sec-steps__index {
		width: 40px;
		height: 40px;
		top: -10px;
		left: -10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__index {
		width: 10.66667vw;
		height: 10.66667vw;
		top: -4vw;
		left: -5.33333vw;
	}
}

.sec-steps__image {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.sec-steps__image {
		height: 85px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__image {
		flex: 0 0 16.8vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__image--01 img, .sec-steps__image--02 img {
		width: 9.6vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__image--03 img {
		width: 16.8vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__image--04 img {
		width: 12.8vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-steps__text {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.5;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__text {
		font-size: 3.73333vw;
		flex: 0 0 50.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-steps__notice {
		font-size: 14px;
		margin-top: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__notice {
		margin-top: 4vw;
		font-size: 2.93333vw;
	}
}

.sec-steps__notice-item {
	text-indent: -2em;
	padding-left: 2em;
}

.sec-steps__direct {
	background-color: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-steps__direct {
		margin-top: 40px;
		border-radius: 20px;
		position: relative;
		padding: 30px 60px 0 290px;
		height: 130px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__direct {
		margin-top: 40px;
		border-radius: 20px;
		padding: 8vw 5.33333vw 6.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-steps__direct h3 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__direct h3 {
		font-size: 4.26667vw;
		margin-top: 5.33333vw;
		line-height: 1.8em;
	}
}

@media only screen and (min-width: 769px) {
	.sec-steps__direct p {
		font-size: 14px;
		line-height: 1.5em;
		margin-top: 12px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__direct p {
		font-size: 3.2vw;
		margin-top: 4vw;
	}
}

.sec-steps__store-image {
	display: block;
}

@media only screen and (min-width: 769px) {
	.sec-steps__store-image {
		position: absolute;
		width: 235px;
		left: 30px;
		bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__store-image {
		width: 81.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-steps .round-btn {
		margin: 50px auto auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps .round-btn {
		margin: 8vw auto auto;
	}
}

.sec-steps__notice-for-btn {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-steps__notice-for-btn {
		margin-top: 1em;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__notice-for-btn {
		margin-top: 1.5em;
		font-size: 2.93333vw;
	}
}

.sec-steps .sec-campaign-banner {
	position: relative;
	background-color: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-steps .sec-campaign-banner {
		display: flex;
		width: 900px;
		border: 4px solid #f39914;
		border-radius: 20px;
		margin: 60px auto auto;
		padding: 30px 40px 30px 180px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps .sec-campaign-banner {
		width: 92vw;
		border: 1.06667vw solid #f39914;
		border-radius: 2.66667vw;
		margin: 12vw auto auto;
		padding: 5.33333vw 0;
	}
}

.sec-steps .sec-campaign-banner__image {
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-steps .sec-campaign-banner__image {
		left: 30px;
		top: 25px;
		width: 124px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps .sec-campaign-banner__image {
		width: 30vw;
		left: 4vw;
		top: 9.33333vw;
	}
}

.sec-steps .sec-campaign-banner__image img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
	.sec-steps .sec-campaign-banner__text {
		padding-left: 37.33333vw;
		line-height: 1.5;
	}
}

@media only screen and (min-width: 769px) {
	.sec-steps .sec-campaign-banner__text img {
		width: 340px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps .sec-campaign-banner__text img {
		width: 45.33333vw;
	}
}

.sec-steps .sec-campaign-banner__text p {
	letter-spacing: 0.02em;
	font-weight: 500;
}

@media only screen and (min-width: 769px) {
	.sec-steps .sec-campaign-banner__text p {
		font-size: 20px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps .sec-campaign-banner__text p {
		font-size: 3.73333vw;
		margin-top: 4vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-steps .sec-campaign-banner .round-btn {
		flex: 0 0 220px;
		height: 50px;
		padding-right: 25px;
		margin: auto 0 auto auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps .sec-campaign-banner .round-btn {
		width: 46.66667vw;
		height: 10.66667vw;
		padding-right: 3.33333vw;
		margin: 5.33333vw auto auto;
	}
}

@media only screen and (min-width: 769px) {
	.sec-steps .sec-campaign-banner .round-btn .round-btn__icon {
		width: 30px;
		height: 30px;
		right: 7px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps .sec-campaign-banner .round-btn .round-btn__icon {
		width: 6.66667vw;
		height: 6.66667vw;
		right: 1.33333vw;
	}
}

.sec-notice {
	background-color: #ffebcc;
}

@media only screen and (min-width: 769px) {
	.sec-notice {
		padding: 0 0 120px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice {
		padding: 0 0 17.33333vw;
	}
}

.sec-notice .inner-wrap {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-notice .inner-wrap {
		width: auto;
		min-width: 1000px;
		margin-left: calc(50% - 500px);
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice .inner-wrap {
		width: auto;
		padding-left: 4vw;
	}
}

.sec-notice__title {
	position: absolute;
	z-index: 10;
	padding: 0;
}

@media only screen and (min-width: 769px) {
	.sec-notice__title {
		width: 154px;
		top: 90px;
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__title {
		width: 30.66667vw;
		top: -4vw;
		left: 8vw;
	}
}

.sec-notice__title img {
	width: 100%;
}

.sec-notice__body {
	position: relative;
	background-image: url("/syohin/pot_kettle/mimamori/img/sec-notice/bg-stripe.png");
	border-radius: 10000px 0 0 10000px;
}

@media only screen and (min-width: 769px) {
	.sec-notice__body {
		font-size: 14px;
		background-size: 6px 6px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__body {
		background-size: 1.6vw 1.6vw;
	}
}

.sec-notice__list {
	position: relative;
	background-color: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-notice__list {
		padding: 135px 70px 135px 250px;
		border-radius: 10000px 0 0 10000px;
		transform: translateY(-10px);
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__list {
		padding: 16vw 4vw 10.66667vw 4.66667vw;
		border-radius: 12vw 0 0 12vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-notice__item {
		padding: 30px 0;
		max-width: 750px;
		display: flex;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__item {
		padding: 4vw 0;
	}
}

@media only screen and (min-width: 769px) {
	.sec-notice__item:first-child {
		border-top: 2px solid #ddd;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__item:first-child {
		border-top: 0.53333vw solid #ddd;
	}
}

.sec-notice__item:not(:last-child) {
	background-image: linear-gradient(to right, #ddd 33%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-repeat: repeat-x;
}

@media only screen and (min-width: 769px) {
	.sec-notice__item:not(:last-child) {
		background-size: 6px 2px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__item:not(:last-child) {
		background-size: 1.6vw 0.53333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-notice__item:last-child {
		border-bottom: 2px solid #ddd;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__item:last-child {
		border-bottom: 0.53333vw solid #ddd;
	}
}

.sec-notice__meta {
	font-weight: 500;
	display: flex;
}

@media only screen and (min-width: 769px) {
	.sec-notice__meta {
		flex-direction: column;
		align-items: flex-start;
		flex: 0 0 130px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__meta {
		align-items: center;
		justify-content: space-between;
		width: 53.33333vw;
	}
}

.sec-notice__type {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	background-color: #f39914;
	color: #fff;
}

@media only screen and (min-width: 769px) {
	.sec-notice__type {
		width: 96px;
		font-size: 12px;
		border-radius: 4px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-notice__type {
		flex: 0 0 23.46667vw;
		font-size: 2.93333vw;
		border-radius: 0.53333vw;
		height: 1.5em;
	}
}

.sec-notice__type--important {
	background-color: #f25613;
}

@media only screen and (max-width: 768px) {
	.sec-notice__text {
		display: block;
	}
}

.sec-helpful {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-helpful {
		padding: 50px 0 50px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-helpful {
		padding: 13.33333vw 0 0;
	}
}

.sec-helpful::before {
	content: '';
	display: block;
	position: absolute;
	background-size: 100% 100%;
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.sec-helpful::before {
		background-image: url("/syohin/pot_kettle/mimamori/share/img/common/bg-white-wave.png");
		height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-helpful::before {
		background-image: url("/syohin/pot_kettle/mimamori/share/img/common/bg-white-wave-sp.png");
		height: 4.13333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-helpful::before {
		top: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-helpful::before {
		top: -4.13333vw;
	}
}

.sec-helpful::after {
	transform: scale(-1, -1);
}

@media only screen and (min-width: 769px) {
	.sec-helpful::after {
		bottom: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-helpful::after {
		bottom: -4.13333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-helpful__title {
		width: 226px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-helpful__title {
		padding-top: 0;
		width: 42.66667vw;
	}
}

.sec-helpful__title img {
	width: 100%;
}

.sec-helpful__body {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-helpful__body {
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-helpful__body {
		margin-top: 6.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-helpful__body img {
		width: 100%;
	}
}

.sec-org {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-org {
		padding: 50px 0 100px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-org {
		padding: 13.33333vw 0;
	}
}

.sec-org::before {
	content: '';
	display: block;
	position: absolute;
	background-size: 100% 100%;
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.sec-org::before {
		top: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-org::before {
		top: -4.13333vw;
	}
}

.sec-org::after {
	transform: scale(-1, -1);
}

@media only screen and (min-width: 769px) {
	.sec-org::after {
		bottom: -30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-org::after {
		bottom: -4.13333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-org__title {
		width: 600px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-org__title {
		padding-top: 0;
		width: 68.26667vw;
	}
}

.sec-org__title img {
	width: 100%;
}

@media only screen and (min-width: 769px) {
	.sec-org__intro {
		margin: 20px auto 0;
		width: 680px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-org__intro {
		width: 90.66667vw;
		margin: 8vw auto 0;
	}
}

.sec-org__intro p {
	text-align: center;
	font-weight: 500;
}

@media only screen and (min-width: 769px) {
	.sec-org__intro p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-org__intro p {
		font-size: 3.46667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-org__body {
		margin-top: 25px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-org__body {
		margin-top: 8vw;
	}
}

.sec-org__body .round-btn {
	margin: auto;
}

@media only screen and (max-width: 768px) {
	.sec-org__body .round-btn {
		padding-right: 2em;
		font-size: 3.73333vw;
	}
}

.summer-special {
	z-index: 100;
	position: relative;
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.summer-special {
		/* width: 1100px; */
		/*margin-top: -120px;*/
	}
	.summer-special img {
		width: 520px;
	}
}

@media only screen and (max-width: 768px) {
	.summer-special {
		width: 74.66667vw;
		/*margin-top: vw(-80);*/
	}
}

/*# sourceMappingURL=../../../../_map/syohin/pot_kettle/mimamori/css/style.css.map */
