@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: 352px;
	}
}

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

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

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

@media only screen and (min-width: 769px) {
	.sec-kv__nav {
		width: 460px;
		height: 80px;
		margin: 95px auto auto;
		background-color: #fff;
		border-radius: 1000px;
		border: 2px solid #111;
	}
}

@media only screen and (max-width: 768px) {
	.sec-kv__nav {
		width: 76vw;
		height: 14.66667vw;
		background-color: #fff;
		border-radius: 5.33333vw;
		border: 0.53333vw solid #111;
		margin-top: 9.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-kv__nav-item:not(:first-child) {
		margin-left: 30px;
	}
}

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

.sec-kv__nav-item a {
	display: flex;
	justify-content: center;
	align-items: center;
}

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

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

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

.sec-kv__nav-item a:hover {
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
	.sec-kv__nav-item a:hover span {
		border-color: #f39914;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-kv__nav-item a span {
		font-size: 18px;
		padding-bottom: 0.2em;
		border-bottom: 1px solid transparent;
	}
}

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

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

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

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

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

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

@media only screen and (min-width: 769px) {
	.sec-about__lead-text {
		font-size: 20px;
		text-align: center;
		margin-top: 60px;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-about__story-list {
		margin: 60px auto auto;
		display: flex;
		justify-content: center;
		align-items: flex-end;
		width: 650px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__story-list {
		margin: 10.66667vw auto auto;
		text-align: center;
	}
}

.sec-about__story-item {
	position: relative;
}

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

@media only screen and (min-width: 769px) {
	.sec-about__story-item:nth-child(1) {
		flex: 0 0 150px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__story-item:nth-child(1) {
		padding-bottom: 16vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__story-item:nth-child(2) {
		flex: 0 0 150px;
		margin-left: 100px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__story-item:nth-child(2) {
		padding-bottom: 16vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__story-item:nth-child(3) {
		flex: 0 0 185px;
		margin-left: 63px;
	}
}

.sec-about__story-item:nth-child(3)::after {
	content: none;
}

.sec-about__story-item::after {
	content: '';
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-about__story-item::after {
		bottom: 60px;
		right: -87px;
		width: 72px;
		height: 22px;
		background-image: url("/syohin/pot_kettle/mimamori/product/img/sec-about/arrow.png");
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__story-item::after {
		bottom: 4vw;
		left: 50%;
		width: 8.53333vw;
		height: 9.33333vw;
		background-image: url("/syohin/pot_kettle/mimamori/product/img/sec-about/arrow-sp.png");
		transform: translateX(-50%);
	}
}

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

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

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

@media only screen and (max-width: 768px) {
	.sec-about__story-image--03 {
		width: 49.6vw;
		transform: translateX(-4.53333vw);
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-about__story-caption {
		position: absolute;
		text-align: center;
		left: 50%;
		top: 170px;
		transform: translateX(-50%);
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-about__story-caption--01 {
		width: 145px;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__story-caption--02 {
		width: 245px;
		top: 161px;
	}
}

@media only screen and (min-width: 769px) {
	.sec-about__story-caption--03 {
		width: 185px;
		padding-left: 35px;
	}
}

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

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

.sec-about__btn-wrap > p {
	text-align: center;
	font-weight: 500;
}

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

@media only screen and (min-width: 769px) {
	.sec-about__btn-wrap .round-btn {
		margin: 20px auto auto !important;
	}
}

@media only screen and (max-width: 768px) {
	.sec-about__btn-wrap .round-btn {
		margin: 2.66667vw auto auto !important;
	}
}

.sec-feature {
	background-color: #fff5e5;
	background-image: url("/syohin/pot_kettle/mimamori/product/img/sec-feature/bg-01.png"), url("/syohin/pot_kettle/mimamori/product/img/sec-feature/bg-02.png");
	background-position: top 0px center, bottom 0px center;
	background-repeat: no-repeat;
}

@media only screen and (min-width: 769px) {
	.sec-feature {
		background-size: 100% 82px;
		padding: 165px 0 145px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature {
		background-size: 100% 6.66667vw;
		padding: 13.33333vw 0 14.66667vw;
	}
}

.sec-feature__title {
	margin: auto;
}

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

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

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

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

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

.sec-feature__overview-item {
	background-color: #fff;
	position: relative;
	display: block;
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-item {
		flex: 0 0 320px;
		height: 320px;
		border-radius: 20px;
		border: 2px solid transparent;
		transition: all 0.2s linear;
		cursor: pointer;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-item {
		border-radius: 5.33333vw;
		padding: 5.33333vw 13.33333vw 5.33333vw 20vw;
	}
}

.sec-feature__overview-item::before {
	content: '';
	font-family: 'Nunito', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: #111;
	color: #fff;
}

.sec-feature__overview-item:nth-child(1)::before {
	content: '1';
}

.sec-feature__overview-item:nth-child(2)::before {
	content: '2';
}

.sec-feature__overview-item:nth-child(3)::before {
	content: '3';
}

.sec-feature__overview-item::before {
	border-radius: 0 0 1000px 1000px;
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-item::before {
		font-size: 18px;
		width: 40px;
		height: 40px;
		left: 60px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-item::before {
		font-size: 3.73333vw;
		width: 8vw;
		height: 8vw;
		top: 0;
		left: 9.33333vw;
	}
}

.sec-feature__overview-item::after {
	content: '';
	display: block;
	position: absolute;
	background-image: url("/syohin/pot_kettle/mimamori/share/img/common/arrow.png");
	background-size: contain;
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-item::after {
		width: 30px;
		height: 30px;
		bottom: 18px;
		left: 50%;
		transform: translateX(-15px);
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-item:hover {
		border: 2px solid #f39914;
		text-decoration: none;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-feature__overview-image {
		display: block;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-image {
		position: absolute;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-image--01 {
		width: 88px;
		margin: 33px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-image--01 {
		width: 11.73333vw;
		top: 12.4vw;
		left: 5.06667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-image--02 {
		width: 82px;
		margin: 30px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-image--02 {
		width: 10.93333vw;
		top: 10.53333vw;
		left: 5.2vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-image--03 {
		width: 48px;
		margin: 36px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-image--03 {
		width: 6.4vw;
		top: 11.73333vw;
		left: 7.46667vw;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-feature__overview-title--01 {
		width: 153px;
		margin: 15px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-title--01 {
		width: 36.4vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-title--02 {
		width: 209px;
		margin: 15px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-title--02 {
		width: 49.6vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__overview-title--03 {
		width: 178px;
		margin: 17px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__overview-title--03 {
		width: 42.4vw;
	}
}

.sec-feature__overview-title img {
	width: 100%;
}

.sec-feature__overview-text {
	line-height: 1.4;
	color: #111;
}

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

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

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

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

.sec-feature__details-item {
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-item {
		padding: 70px 60px 50px;
		border-radius: 20px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-item {
		padding: 12vw 5.33333vw 6.66667vw;
		border-radius: 5.33333vw;
	}
}

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

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

.sec-feature__details-item::before {
	content: '';
	font-family: 'Nunito', sans-serif;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-color: #111;
	color: #fff;
}

.sec-feature__details-item:nth-child(1)::before {
	content: '1';
}

.sec-feature__details-item:nth-child(2)::before {
	content: '2';
}

.sec-feature__details-item:nth-child(3)::before {
	content: '3';
}

.sec-feature__details-item::before {
	border-radius: 0 0 1000px 1000px;
	left: 50%;
	transform: translateX(-50%);
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-item::before {
		font-size: 18px;
		width: 80px;
		height: 80px;
		padding-top: 40px;
		top: -40px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-item::before {
		font-size: 3.73333vw;
		width: 16vw;
		height: 16vw;
		padding-top: 8vw;
		top: -8vw;
	}
}

.sec-feature__details-title {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-title .sub-title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-title .sub-title {
		line-height: 1.4;
	}
}

.sec-feature__details-title img {
	display: block;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-title img {
		margin: 15px auto auto;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-title img {
		margin: 2vw auto auto;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-title--01 img {
		width: 344px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-title--01 img {
		width: 55.2vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-title--02 img {
		width: 444px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-title--02 img {
		width: 69.06667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-title--03 img {
		width: 392px;
	}
}

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

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

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

@media only screen and (min-width: 769px) {
	.sec-feature__details-body--01 {
		display: flex;
		align-items: flex-start;
	}
}

.sec-feature__details-body--01 .daughter-image {
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-body--01 .daughter-image {
		top: 25px;
		right: 102px;
		width: 106px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-body--01 .daughter-image {
		top: 35.73333vw;
		right: 5.46667vw;
		width: 20.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-body--02 {
		display: flex;
		align-items: flex-start;
	}
}

.sec-feature__details-body--02 .daughter-image {
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-body--02 .daughter-image {
		bottom: 80px;
		left: 71px;
		width: 104px;
		transform: scaleX(-1);
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-body--02 .daughter-image {
		top: 44.8vw;
		left: 5.2vw;
		width: 20.66667vw;
		transform: scaleX(-1);
	}
}

.sec-feature__details-body--03 .daughter-image {
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-body--03 .daughter-image {
		top: 28px;
		right: 73px;
		width: 153px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-body--03 .daughter-image {
		top: 59.33333vw;
		right: 28vw;
		width: 38.26667vw;
	}
}

.sec-feature__details-text {
	line-height: 1.6;
}

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

@media only screen and (max-width: 768px) {
	.sec-feature__details-text--01 .text {
		padding-right: 24vw;
		margin-bottom: 141.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-text--01 .point-list {
		margin-top: 40px;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-text--01 .point-list__item:not(:first-child) {
		margin-top: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-text--01 .point-list__item:not(:first-child) {
		margin-top: 5.33333vw;
	}
}

.sec-feature__details-text--01 .point-list__title {
	color: #fff;
	background-color: #111;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1000px;
	font-weight: 500;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-text--01 .point-list__title {
		font-size: 14px;
		width: 110px;
		height: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-text--01 .point-list__title {
		font-size: 3.46667vw;
		width: 32vw;
		height: 6.66667vw;
		margin: auto;
	}
}

.sec-feature__details-text--01 .point-list__body {
	font-weight: 700;
	margin-top: 7px;
}

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

@media only screen and (max-width: 768px) {
	.sec-feature__details-text--01 .point-list__body {
		font-size: 3.73333vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-text--02 .text {
		padding-left: 24vw;
	}
}

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

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

@media only screen and (min-width: 769px) {
	.sec-feature__details-text--03 .kome-text {
		font-size: 14px;
		margin-left: 180px;
	}
}

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

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

@media only screen and (max-width: 768px) {
	.sec-feature__details-text--03 .reg-text {
		margin-top: 42.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-text--01, .sec-feature__details-text--02 {
		margin-right: 70px;
	}
}

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

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

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--01 {
		position: absolute;
		top: 93.33333vw;
	}
}

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

.sec-feature__details-image--01, .sec-feature__details-image--02 {
	background-color: #eee;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--01, .sec-feature__details-image--02 {
		flex: 0 0 300px;
		border-radius: 20px;
		text-align: center;
		padding-top: 45px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--01, .sec-feature__details-image--02 {
		width: 81.33333vw;
		border-radius: 5.33333vw;
		text-align: center;
		padding-top: 10.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--01 img, .sec-feature__details-image--02 img {
		width: 222px;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 {
		padding-top: 45px;
	}
}

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

.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item--01 {
		flex: 0 0 570px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item--01 img {
		width: 69.86667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item--02 {
		flex: 0 0 410px;
		margin-top: 50px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item--02 {
		margin-top: 6.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item--02 img {
		width: 65.73333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item--03 {
		flex: 0 0 410px;
		margin-top: 50px;
		margin-left: 55px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item--03 {
		margin-top: 6.66667vw;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item--03 img {
		width: 65.73333vw;
	}
}

.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure {
	background-color: #eee;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure {
		border-radius: 20px;
		padding: 20px 40px 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure {
		border-radius: 5.33333vw;
		padding-top: 4vw;
	}
}

.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption {
		font-size: 18px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption {
		font-size: 4vw;
	}
}

.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption.figcaption-01 {
	text-align: left;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption.figcaption-01 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption.figcaption-01 {
		font-size: 3.46667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption.figcaption-01 span:nth-child(1) {
		margin-left: 14px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption.figcaption-01 span:nth-child(1) {
		margin-left: 3.73333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption.figcaption-01 span:nth-child(2) {
		margin-left: 154px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure figcaption.figcaption-01 span:nth-child(2) {
		margin-left: 15.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure img {
		margin: 10px auto 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item figure img {
		margin: 2.66667vw auto 0;
	}
}

.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item p {
	font-weight: 700;
	text-align: left;
}

@media only screen and (min-width: 769px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item p {
		margin-top: 10px;
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__details-image--03 .sec-feature__details-image-list .sec-feature__details-image-item p {
		margin-top: 2.66667vw;
		line-height: 1.6em;
		font-size: 3.46667vw;
	}
}

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

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

.sec-feature__btn-wrap .lead-text {
	text-align: center;
	margin: auto;
}

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

@media only screen and (max-width: 768px) {
	.sec-feature__btn-wrap .lead-text {
		line-height: 1.5em;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__btn-wrap .lead-text + .round-btn {
		margin: 15px auto 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__btn-wrap .lead-text + .round-btn {
		margin: 5.33333vw auto 0 !important;
	}
}

@media only screen and (min-width: 769px) {
	.sec-feature__btn-wrap .round-btn + .lead-text {
		margin: 40px auto 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.sec-feature__btn-wrap .round-btn + .lead-text {
		margin: 40px auto 0 !important;
	}
}

.sec-feature__btn-wrap .round-btn__text--feature--01 {
	text-align: center;
	line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
	.sec-feature__btn-wrap .round-btn__text--feature--01 {
		display: inline-block;
		padding-right: 6.66667vw;
	}
}

.sec-pricing {
	position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.sec-pricing__table {
	display: flex;
	align-items: flex-end;
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table {
		position: relative;
		justify-content: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--Initial-cost {
		padding-bottom: 35px;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table--Initial-cost {
		margin-bottom: 10.66667vw;
	}
}

.sec-pricing__table--Initial-cost .kome-text {
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--Initial-cost .kome-text {
		bottom: -25px;
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table--Initial-cost .kome-text {
		bottom: -6.66667vw;
		left: 0;
		right: 0;
		text-align: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--montly-cost {
		padding-bottom: 50px;
		margin-left: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table--montly-cost {
		margin-bottom: 16vw;
	}
}

.sec-pricing__table--montly-cost .kome-text {
	position: absolute;
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--montly-cost .kome-text {
		left: 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table--montly-cost .kome-text {
		left: 0;
		right: 0;
		text-align: center;
	}
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--montly-cost .kome-text--01 {
		bottom: -25px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table--montly-cost .kome-text--01 {
		bottom: -6.66667vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--montly-cost .kome-text--02 {
		bottom: -45px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table--montly-cost .kome-text--02 {
		bottom: -12vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--settlement-date {
		margin-left: 30px;
	}
}

.sec-pricing__table--settlement-date .main-text {
	line-height: 1;
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--settlement-date .main-text {
		font-size: 38px !important;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table--settlement-date .main-text {
		font-size: 9.06667vw !important;
	}
}

.sec-pricing__table--settlement-date .nunito-font {
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table--settlement-date .nunito-font {
		top: 3px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table--settlement-date .nunito-font {
		top: 0.66667vw;
	}
}

.sec-pricing__table .nunito-font {
	font-family: 'Nunito', sans-serif;
	line-height: 1em;
}

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

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

.sec-pricing__table-head {
	font-weight: 700;
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table-head {
		flex: 0 0 170px;
		font-size: 20px;
		padding-right: 20px;
		text-align: right;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__table-head {
		font-size: 4vw;
		padding-right: 1.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table-body {
		position: relative;
		flex: 1 0 auto;
	}
}

.sec-pricing__table-body .main-text {
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
	.sec-pricing__table-body .main-text {
		font-size: 24px;
	}
}

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

.sec-pricing__free-term {
	font-weight: 700;
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-pricing__free-term {
		font-size: 36px;
		margin-top: 25px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__free-term {
		font-size: 6vw;
		margin-top: 5.33333vw;
		line-height: 1.5em;
	}
}

@media only screen and (min-width: 769px) {
	.sec-pricing__free-term .has-underline::after {
		left: 0;
		height: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__free-term .has-underline::after {
		left: 0;
		right: 0;
		height: 2.66667vw;
		bottom: -0.26667vw;
	}
}

.sec-pricing__notice {
	line-height: 1.6;
	font-weight: 500;
}

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

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

@media only screen and (min-width: 769px) {
	.sec-pricing__btn-wrap .round-btn {
		margin: 50px auto 0 !important;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__btn-wrap .round-btn {
		margin: 6.66667vw auto 0 !important;
	}
}

.sec-pricing__btn-wrap > p {
	text-align: center;
}

@media only screen and (min-width: 769px) {
	.sec-pricing__btn-wrap > p {
		margin-top: 15px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-pricing__btn-wrap > p {
		margin-top: 3.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	#container *:not(.sec-contact) .inner-wrap .round-btn {
		width: 600px;
		margin: auto;
	}
}

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

@media only screen and (min-width: 769px) {
	#container .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) {
	#container .sec-campaign-banner {
		width: 92vw;
		border: 1.06667vw solid #f39914;
		border-radius: 2.66667vw;
		margin: 12vw auto auto;
		padding: 5.33333vw 0;
	}
}

#container .sec-campaign-banner__image {
	position: absolute;
}

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 769px) {
	#container .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) {
	#container .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) {
	#container .sec-campaign-banner .round-btn .round-btn__icon {
		width: 30px;
		height: 30px;
		right: 7px;
	}
}

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

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