@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;
}

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

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

.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;
	}
}

body .sec-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	display: none;
	animation-name: modal-close;
	animation-duration: 0.2s;
	animation-timing-function: linear;
}

body .sec-modal__bg {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

body .sec-modal__body {
	background-color: #fff5e5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

@media only screen and (min-width: 769px) {
	body .sec-modal__body {
		padding: 40px;
		width: 658px;
		height: 486px;
		border-radius: 20px;
	}
}

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

body .sec-modal__movie-wrap {
	padding-top: 56.25%;
	position: relative;
	background-color: #eee;
}

@media only screen and (min-width: 769px) {
	body .sec-modal__movie-wrap {
		width: 578px;
	}
}

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

body .sec-modal__movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media only screen and (min-width: 769px) {
	body .sec-modal .round-btn {
		width: 200px;
		height: 50px;
		margin: 30px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	body .sec-modal .round-btn {
		width: 40vw;
		height: 10.66667vw;
		margin: 6.66667vw auto 0;
	}
}

@keyframes modal-close {
	0% {
		display: block;
		opacity: 1;
	}
	99% {
		display: block;
		opacity: 0;
	}
	100% {
		display: none;
	}
}

body.modal-active .sec-modal {
	animation-name: modal-open;
	animation-duration: 0.2s;
	animation-timing-function: linear;
	opacity: 1;
	display: block;
}

@keyframes modal-open {
	0% {
		display: none;
		opacity: 0;
	}
	1% {
		display: block;
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@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: 64vw;
		height: 13.33333vw;
		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 {
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100% 100%;
}

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

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

@media only screen and (min-width: 769px) {
	.sec-kv .inner-wrap {
		width: 800px;
		padding-top: 54px;
	}
}

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

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

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

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

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

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

@media only screen and (min-width: 769px) {
	.sec-about .inner-wrap {
		width: 880px;
	}
}

.sec-about__title {
	margin: auto;
	position: relative;
}

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

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

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

.sec-about__body {
	background-color: #fff5e5;
}

@media only screen and (min-width: 769px) {
	.sec-about__body {
		margin-top: 50px;
		border-radius: 20px;
		padding: 50px 50px 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__body {
		margin-top: 6.66667vw;
		border-radius: 4vw;
		padding: 12vw 5.33333vw 10.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__book {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__book-image {
		flex: 0 0 280px;
		margin-left: 40px;
	}
}

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

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

.sec-about__book-text {
	font-weight: 500;
	letter-spacing: 0.04em;
}

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

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

@media only screen and (min-width: 769px) {
	.sec-about__book-text .main-text {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__book-text .main-text {
		margin-bottom: 2.66667vw;
	}
}

.sec-about__book-text .main-text span {
	font-weight: 700;
}

.sec-about__book-text .kome-text {
	font-weight: 400;
	line-height: 1.5;
}

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

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

@media only screen and (min-width: 769px) {
	.sec-about__application__title {
		margin-top: 100px;
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__application__title {
		width: 72.26667vw;
		margin: 14.66667vw auto 0;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-about__application__title-sub {
		margin-top: 32px;
		font-size: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__application__title-sub {
		margin-top: 5.33333vw;
		font-size: 4.26667vw;
	}
}

.sec-about__application__title-sub::before {
	content: '';
	display: inline-block;
	background-image: url("/syohin/pot_kettle/mimamori/campaign/img/sec-about/header-icon.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: -0.1em;
}

@media only screen and (min-width: 769px) {
	.sec-about__application__title-sub::before {
		width: 16px;
		height: 16px;
		margin-right: 4px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__application__title-sub::before {
		width: 3.2vw;
		height: 3.2vw;
		margin-right: 1.06667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__application-text {
		margin-top: 8px;
		font-size: 20px;
		line-height: 1.5;
		font-weight: 500;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__application-text {
		margin-top: 1.6vw;
		font-size: 3.73333vw;
	}
}

.sec-about__application .kome-text {
	line-height: 1.6;
}

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

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

@media only screen and (min-width: 769px) {
	.sec-about__copy {
		width: 727px;
		margin: 40px auto auto;
	}
}

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

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

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

@media only screen and (max-width: 768px) {
	.sec-about__btn-wrap {
		margin: 6.66667vw;
		text-align: center;
	}
}

.sec-about__btn-wrap .round-btn {
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.sec-about__btn-wrap .kome-text {
		text-align: center;
		font-size: 14px;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__btn-wrap .kome-text {
		margin-top: 2.66667vw;
		font-size: 2.93333vw;
		padding: 0 5.33333vw 0 9.33333vw;
		line-height: 1.5em;
	}
}

.sec-steps {
	position: relative;
}

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

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

@media only screen and (min-width: 769px) {
	.sec-steps .inner-wrap {
		width: 880px;
	}
}

.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: 50px;
		padding: 0 10px;
	}
}

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

.sec-steps__item {
	background-color: #fff5e5;
	position: relative;
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.sec-steps__item {
		border-radius: 20px;
		padding: 40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__item {
		border-radius: 2.66667vw;
		padding: 5.33333vw;
	}
}

.sec-steps__item--03 {
	align-items: flex-start;
}

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

@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;
	transform: rotate(90deg);
}

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

@media only screen and (max-width: 768px) {
	.sec-steps__item:not(:first-child)::before {
		width: 2.66667vw;
		height: 4.8vw;
		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;
		flex: 0 0 80px;
		margin-right: 30px;
	}
}

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

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

@media only screen and (min-width: 769px) {
	.sec-steps__image--03 {
		margin: 4px 24px auto 6px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__image--03 {
		margin: 0 2.93333vw auto 0.8vw;
	}
}

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

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

.sec-steps__text {
	font-weight: 500;
	line-height: 1.5;
}

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

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

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

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

@media only screen and (max-width: 768px) {
	.sec-steps__text-image--03 {
		margin: 4.26667vw 0 0 -19.2vw;
		width: 68vw;
	}
}

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

@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;
	font-weight: 400;
}

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

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

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

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

.sec-steps__link::after {
	content: '';
	display: inline-block;
	background-image: url("/syohin/pot_kettle/mimamori/share/img/common/arrow.png");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(-90deg);
}

@media only screen and (min-width: 769px) {
	.sec-steps__link::after {
		width: 30px;
		height: 30px;
		margin-left: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__link::after {
		width: 8vw;
		height: 8vw;
		margin-left: 1.33333vw;
	}
}

.sec-steps__link:hover {
	text-decoration: none;
}

.sec-steps__link span {
	line-height: 1;
	color: #111;
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
	.sec-steps__link span {
		font-size: 18px;
		padding-bottom: 0.2em;
	}
}

@media only screen and (max-width: 768px) {
	.sec-steps__link span {
		font-size: 3.73333vw;
	}
}

@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;
	}
}

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