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

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

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

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

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

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

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

body #container.loaded {
	opacity: 1;
}

body #container h2 {
	padding: 0;
}

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

body .inner-wrap {
	margin: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body a:active {
	outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

body footer {
	margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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: 82.66667vw;
		height: 16vw;
		right: 0;
		left: 0;
		bottom: 5.33333vw;
		margin: auto;
	}
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sec-kv {
	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: 1000px;
		padding-top: 54px;
	}
}

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

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

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

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

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

@media only screen and (min-width: 769px) {
	.sec-article__nav {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		flex-wrap: wrap;
		width: 1000px;
		height: 321px;
		padding: 30px 62px;
		margin: auto;
		background-color: #fff;
		border-radius: 40px;
		border: 2px solid #111;
		gap: 0px 30px;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-article__nav-item {
		width: 100%;
	}
}

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

.sec-article__nav-item a {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.sec-article__nav-item a {
		justify-content: flex-start;
	}
}

.sec-article__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-article__nav-item a::after {
		flex: 0 0 30px;
		width: 30px;
		height: 30px;
		margin-left: 8px;
	}
}

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

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

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

.sec-article__nav-item a span {
	color: #111;
	font-weight: bold;
}

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

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

.sec-article__text {
	font-weight: normal;
	line-height: 1.8;
}

@media only screen and (min-width: 769px) {
	.sec-article__text {
		font-size: 16px;
		margin: 50px auto;
		letter-spacing: 0.08em;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__text {
		font-size: 4vw;
		margin: 6.66667vw auto;
	}
}

.sec-article__text-orange {
	color: #FF6600;
	font-weight: 500;
}

.sec-article__text:last-child {
	margin-bottom: 0;
}

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

@media only screen and (max-width: 768px) {
	h3 + .sec-article__text {
		margin-top: 0;
	}
}

@media only screen and (min-width: 769px) {
	.sec-article__item {
		padding-top: 70px;
	}
}

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

.sec-article__head {
	background-repeat: no-repeat;
	background-position: left 0px bottom 0px;
	letter-spacing: 0;
	font-weight: bold;
	line-height: 1.5em;
}

@media only screen and (min-width: 769px) {
	.sec-article__head {
		font-size: 24px;
		width: 100%;
		padding-bottom: 14px !important;
		margin: 0 0 30px;
		background-image: linear-gradient(to right, #f39914 0px, #f39914 40px, #ddd 40px, #ddd 100%);
		background-size: 100% 2px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__head {
		font-size: 4.8vw;
		padding-bottom: 2vw !important;
		margin-bottom: 4vw;
		background-image: linear-gradient(to right, #f39914 0px, #f39914 5.86667vw, #ddd 5.86667vw, #ddd 100%);
		background-size: 100% 0.53333vw;
		width: 100%;
	}
}

.sec-article__sub {
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
	.sec-article__sub {
		font-size: 18px;
		line-height: 1.333;
		margin-top: 40px;
		margin-bottom: 20px;
		letter-spacing: 0.02em;
	}
}

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

.sec-article img {
	display: block;
	width: 100%;
	margin: auto;
}

@media only screen and (min-width: 769px) {
	.sec-article img.pot {
		width: 290px;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-article__table {
		border-radius: 20px;
		padding: 40px 30px;
		border: solid 1px #707070;
		margin-top: 50px;
	}
}

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

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

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

.sec-article__table__list:last-of-type {
	margin-bottom: 0;
}

.sec-article__table__title {
	font-weight: bold;
}

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

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

.sec-article__table__text {
	font-weight: normal;
	line-height: 1.8;
}

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

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

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

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

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

.sec-article__body-2 {
	background-color: #fff5e5;
}

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

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

.sec-article__table2 {
	table-layout: fixed;
}

@media only screen and (min-width: 769px) {
	.sec-article__table2 .col01 {
		width: 162px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__table2 .col01 {
		width: 20%;
	}
}

@media only screen and (min-width: 769px) {
	.sec-article__table2 .col02 {
		width: 380px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__table2 .col02 {
		width: 40%;
	}
}

@media only screen and (min-width: 769px) {
	.sec-article__table2 .col03 {
		width: 356px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__table2 .col03 {
		width: 40%;
	}
}

.sec-article__table2 th {
	font-weight: 500;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	vertical-align: top;
}

@media only screen and (min-width: 769px) {
	.sec-article__table2 th {
		font-size: 16px;
		border-right: 2px solid #ddd;
		border-bottom: 2px solid #ddd;
		padding: 0 29.5px 15.5px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__table2 th {
		font-size: 3.2vw;
		border-right: 0.26667vw solid #ddd;
		border-bottom: 0.26667vw solid #ddd;
		padding: 0.5em 0.5em;
	}
}

@media only screen and (min-width: 769px) {
	.sec-article__table2 th.has-left-padding {
		padding-left: 1em;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__table2 th.has-left-padding {
		padding-left: 0.5em;
	}
}

.sec-article__table2 th:last-of-type {
	border-right: 0;
}

.sec-article__table2 th:first-of-type {
	padding-left: 0;
}

@media only screen and (min-width: 769px) {
	.sec-article__table2 td {
		border-bottom: 2px solid #ddd;
		border-right: 2px solid #ddd;
		padding: 15.5px 29.5px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__table2 td {
		font-size: 3.2vw;
		border-bottom: 0.26667vw solid #ddd;
		border-right: 0.26667vw solid #ddd;
		padding: 0.5em 0.5em;
	}
}

.sec-article__table2 td:first-of-type {
	padding-left: 0;
	vertical-align: top;
}

.sec-article__table2 td:last-of-type {
	border-right: 0;
	padding-right: 0;
}

.sec-article__table2__tr td {
	border-bottom: 0;
}

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

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

.sec-article__list__item {
	position: relative;
	text-indent: -1.5em;
	padding-left: 1.5em;
}

@media only screen and (min-width: 769px) {
	.sec-article__list__item {
		font-size: 18px;
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__list__item {
		font-size: 4.26667vw;
		margin-bottom: 2.13333vw;
	}
}

.sec-article__list__item::before {
	content: "";
	background-color: #F39915;
	display: inline-block;
	margin-right: 0.5em;
}

@media only screen and (min-width: 769px) {
	.sec-article__list__item::before {
		width: 15px;
		height: 15px;
		border-radius: 7.5px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__list__item::before {
		width: 4vw;
		height: 4vw;
		border-radius: 2vw;
	}
}

.sec-article__list__item--bold {
	font-weight: bold;
}

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

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

.sec-article__ol {
	position: relative;
	counter-reset: number 0;
}

.sec-article__ol__item {
	position: relative;
	padding-left: 3em;
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
	.sec-article__ol__item {
		margin-bottom: 23px;
	}
	.sec-article__ol__item:last-of-type {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__ol__item {
		margin-bottom: 2.13333vw;
	}
}

.sec-article__ol__item::before {
	counter-increment: number 1;
	content: counter(number) " ";
	background-color: #000000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.5em;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -4px;
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
	.sec-article__ol__item::before {
		font-size: 18px;
		width: 38px;
		height: 38px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__ol__item::before {
		font-size: 4.26667vw;
		width: 8vw;
		height: 8vw;
	}
}

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

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

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

.sec-article__pot__title {
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
	.sec-article__pot__title {
		font-size: 24px;
		letter-spacing: 0.08em;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-article__pot img {
		width: 290px;
		margin: 74px auto 60px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__pot img {
		width: 58.66667vw;
		margin: 9.86667vw auto 8vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-article__wrap {
		margin-bottom: 144px !important;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__wrap {
		margin-bottom: 19.2vw !important;
	}
}

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

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

.sec-article__comment {
	font-weight: bold;
	letter-spacing: 0;
	font-feature-settings: initial;
}

@media only screen and (min-width: 769px) {
	.sec-article__comment {
		font-size: 16px;
		font-weight: bold;
		padding: 25px 30px;
		border-left: solid 6px #D5D5D5;
		margin: 30px 0 30px 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__comment {
		font-size: 3.73333vw;
		padding: 2.66667vw;
		border-left: solid 0.8vw #D5D5D5;
		margin: 5.33333vw 0 5.33333vw 2.66667vw;
	}
}

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

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

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

@media only screen and (max-width: 768px) {
	.sec-article__product__img img {
		width: 80%;
		margin-top: 5.33333vw;
	}
}

@media only screen and (min-width: 769px) {
	.sec-article__product__img img {
		height: auto;
	}
}

.sec-article__product__head {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.sec-article__product__head {
		gap: 20px;
	}
}

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

.sec-article__product__head-lead {
	background-color: #F39915;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
}

@media only screen and (min-width: 769px) {
	.sec-article__product__head-lead {
		font-size: 24px;
		border-radius: 38px;
		padding: 15px 0;
		min-width: 245px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__product__head-lead {
		font-size: 3.73333vw;
		border-radius: 38px;
		padding: 2.66667vw;
	}
}

.sec-article__product__head-title {
	line-height: calc(30 / 24);
	font-weight: bold;
	letter-spacing: 0;
}

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

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

.sec-article__product__tags {
	display: flex;
}

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

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

.sec-article__product__tag {
	font-weight: bold;
	line-height: calc(24 / 18);
	background-color: #fff;
	border-radius: 38px;
	border: 1px solid #000000;
	display: flex;
	align-items: center;
	justify-content: center;
}

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

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

.sec-article__product__wrap {
	display: flex;
}

@media only screen and (min-width: 769px) {
	.sec-article__product__wrap {
		flex-direction: row;
		margin-top: 30px;
		margin-bottom: 30px;
		gap: 46px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__product__wrap {
		flex-direction: column;
		margin-top: 4vw;
		margin-bottom: 4vw;
		gap: 5.33333vw;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-article__product__box {
		width: 50%;
		border: 4px solid #F39915;
		background-color: #fff;
		border-radius: 20px;
		padding: 30px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__product__box {
		width: 100%;
		border: 0.53333vw solid #F39915;
		background-color: #fff;
		border-radius: 2.66667vw;
		padding: 4vw;
	}
}

.sec-article__product__box__title {
	display: inline-block;
	line-height: calc(33 / 24);
	font-weight: bold;
}

@media only screen and (min-width: 769px) {
	.sec-article__product__box__title {
		font-size: 24px;
		border-bottom: solid 5px #F39915;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__product__box__title {
		font-size: 4.26667vw;
		border-bottom: solid 0.66667vw #F39915;
	}
}

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

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

.sec-article__product__box .sec-article__list2 .sec-article__list__item {
	line-height: calc(24 / 18);
}

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

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

.sec-article__product__box .sec-article__ol .sec-article__ol__item {
	font-weight: bold;
}

.sec-article__product__text {
	text-align: right;
	line-height: calc(24 / 16);
}

@media only screen and (min-width: 769px) {
	.sec-article__product__text {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 40px;
	}
}

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

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

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

.sec-article__voice__title {
	font-weight: bold;
	line-height: calc(33 / 24);
	letter-spacing: 0;
}

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

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

.sec-article__voice__head {
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 769px) {
	.sec-article__voice__head img {
		width: 130px;
	}
}

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

@media only screen and (min-width: 769px) {
	.sec-article__voice__head {
		gap: 20px;
	}
}

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

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

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

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

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

@media only screen and (min-width: 769px) {
	.sec-article__faq__item {
		margin-bottom: 16px;
	}
}

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

.sec-article__faq__item__question {
	font-weight: bold;
	line-height: calc(22 / 16);
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-article__faq__item__question {
		font-size: 16px;
		padding-left: 32px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__faq__item__question {
		font-size: 4.26667vw;
		padding-left: 8.53333vw;
		margin-bottom: 2.66667vw;
	}
}

.sec-article__faq__item__question::before {
	content: "Q";
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
}

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

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

.sec-article__faq__item__answer {
	line-height: calc(22 / 16);
	position: relative;
}

@media only screen and (min-width: 769px) {
	.sec-article__faq__item__answer {
		font-size: 16px;
		padding-left: 32px;
	}
}

@media only screen and (max-width: 768px) {
	.sec-article__faq__item__answer {
		font-size: 4.26667vw;
		padding-left: 8.53333vw;
	}
}

.sec-article__faq__item__answer::before {
	content: "A";
	font-weight: bold;
	color: #FF6600;
	position: absolute;
	left: 0;
	top: 0;
}

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

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

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

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